Search for project
- Search 7.x for project
- Search 9.5.x for project
- Search 10.3.x for project
- Search 11.x for project
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ComposerProjectTemplatesTest | class | core/ |
Demonstrate that Composer project templates are buildable as patched. |
ComposerProjectTemplatesTest.php | file | core/ |
|
ComposerProjectTemplatesTest::getPathReposForType | function | core/ |
Get Composer items that we want to be path repos, from within a directory. |
ComposerProjectTemplatesTest::makeTestPackage | function | core/ |
Creates a test package that points to the templates. |
ComposerProjectTemplatesTest::makeVendorPackage | function | core/ |
Creates a test package that points to all the projects in vendor. |
ComposerProjectTemplatesTest::provideTemplateCreateProject | function | core/ |
|
ComposerProjectTemplatesTest::testTemplateCreateProject | function | core/ |
@dataProvider provideTemplateCreateProject |
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate | function | core/ |
Make sure we've accounted for all the templates. |
Dependency::$project | property | core/ |
The project namespace for the dependency. |
Dependency::getProject | function | core/ |
Gets the dependency's project namespace. |
DependencyTest::testProjectNamespaceForDependencies | function | core/ |
Checks functionality of project namespaces for dependencies. |
Fixtures::cloneFixtureProjects | function | core/ |
Creates a temporary copy of all of the fixtures projects into a temp dir. |
Fixtures::projectFixtureDir | function | core/ |
Gets the path to one particular project fixture. |
Fixtures::projectRoot | function | core/ |
Gets the path to Scaffold component. |
hook_locale_translation_projects_alter | function | core/ |
Alter the list of projects to be updated by locale's interface translation. |
hook_update_projects_alter | function | core/ |
Alter the list of projects before fetching data and comparing versions. |
locale.project | service | core/ |
Drupal\locale\LocaleProjectStorage |
LocaleBuildTest::testBuildProjects | function | core/ |
Checks if a list of translatable projects gets built. |
LocaleProjectStorage | class | core/ |
Provides the locale project storage system using a key value store. |
LocaleProjectStorage.php | file | core/ |
|
LocaleProjectStorage::$all | property | core/ |
Cache status flag. |
LocaleProjectStorage::$cache | property | core/ |
Static state cache. |
LocaleProjectStorage::$keyValueStore | property | core/ |
The key value store to use. |
LocaleProjectStorage::countProjects | function | core/ |
Returns the count of project records. |
LocaleProjectStorage::delete | function | core/ |
Deletes project records for a given key. |
LocaleProjectStorage::deleteAll | function | core/ |
Deletes all projects records. |
LocaleProjectStorage::deleteMultiple | function | core/ |
Deletes multiple project records. |
LocaleProjectStorage::disableAll | function | core/ |
Mark all projects as disabled. |
LocaleProjectStorage::get | function | core/ |
Returns the stored value for a given key. |
LocaleProjectStorage::getAll | function | core/ |
Returns all the project records. |
LocaleProjectStorage::getMultiple | function | core/ |
Returns a list of project records. |
LocaleProjectStorage::resetCache | function | core/ |
Resets the project storage cache. |
LocaleProjectStorage::set | function | core/ |
Creates or updates the project record. |
LocaleProjectStorage::setMultiple | function | core/ |
Creates or updates multiple project records. |
LocaleProjectStorage::__construct | function | core/ |
Constructs a State object. |
LocaleProjectStorageInterface | interface | core/ |
Defines the locale project storage interface. |
LocaleProjectStorageInterface.php | file | core/ |
|
LocaleProjectStorageInterface::countProjects | function | core/ |
Returns the count of project records. |
LocaleProjectStorageInterface::delete | function | core/ |
Deletes project records for a given key. |
LocaleProjectStorageInterface::deleteAll | function | core/ |
Deletes all projects records. |
LocaleProjectStorageInterface::deleteMultiple | function | core/ |
Deletes multiple project records. |
LocaleProjectStorageInterface::disableAll | function | core/ |
Mark all projects as disabled. |
LocaleProjectStorageInterface::get | function | core/ |
Returns the stored value for a given key. |
LocaleProjectStorageInterface::getAll | function | core/ |
Returns all the project records. |
LocaleProjectStorageInterface::getMultiple | function | core/ |
Returns a list of project records. |
LocaleProjectStorageInterface::resetCache | function | core/ |
Resets the project storage cache. |
LocaleProjectStorageInterface::set | function | core/ |
Creates or updates the project record. |
LocaleProjectStorageInterface::setMultiple | function | core/ |
Creates or updates multiple project records. |
LocaleTranslationProjectsTest | class | core/ |
Tests locale translation project handling. |
LocaleTranslationProjectsTest.php | file | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.