Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocaleImportFunctionalTest::getOverwritePoFile | function | core/ |
Helper function that returns a proper .po file for testing. |
| LocaleLookup::$configFactory | property | core/ |
The configuration factory. |
| LocaleLookup::$stringStorage | property | core/ |
The locale storage. |
| LocaleLookupTest::$configFactory | property | core/ |
A mocked config factory built with UnitTestCase::getConfigFactoryStub(). |
| LocaleLookupTest::$storage | property | core/ |
A mocked storage to use when instantiating LocaleTranslation objects. |
| LocaleNonInteractiveDevInstallTest::getVersionStringToTest | function | core/ |
Gets the version string to use in the translation file. |
| LocaleNonInteractiveInstallTest::getVersionStringToTest | function | core/ |
Gets the version string to use in the translation file. |
| LocaleProjectRepository | class | core/ |
Provides storage and rebuilding of locale project information. |
| LocaleProjectRepository.php | file | core/ |
|
| LocaleProjectRepository::buildProjects | function | core/ |
Builds a list of projects and stores the result in the database. |
| LocaleProjectRepository::deleteAll | function | core/ |
Deletes all projects records. |
| LocaleProjectRepository::deleteMultiple | function | core/ |
Deletes multiple project records. |
| LocaleProjectRepository::getAll | function | core/ |
Returns all the project records. |
| LocaleProjectRepository::getMultiple | function | core/ |
Returns the stored value for a given key. |
| LocaleProjectRepository::getProjectList | function | core/ |
Fetch an array of projects for translation update. |
| LocaleProjectRepository::prepareProjectList | function | core/ |
Prepare module and theme data. |
| LocaleProjectRepository::set | function | core/ |
Creates or updates the project record. |
| LocaleProjectRepository::__construct | function | core/ |
|
| LocaleProjectRepositoryTest | class | core/ |
Tests Drupal\locale\LocaleProjectRepository. |
| LocaleProjectRepositoryTest.php | file | core/ |
|
| LocaleProjectRepositoryTest::$cache | property | core/ |
The key value memory factory. |
| LocaleProjectRepositoryTest::$config | property | core/ |
The key value memory factory. |
| LocaleProjectRepositoryTest::$keyValueMemoryFactory | property | core/ |
The key value memory factory. |
| LocaleProjectRepositoryTest::$localeProjectRepository | property | core/ |
The local project storage. |
| LocaleProjectRepositoryTest::$moduleExtensionList | property | core/ |
The key value memory factory. |
| LocaleProjectRepositoryTest::$moduleHandler | property | core/ |
The key value memory factory. |
| LocaleProjectRepositoryTest::$themeExtensionList | property | core/ |
The key value memory factory. |
| LocaleProjectRepositoryTest::setUp | function | core/ |
|
| LocaleProjectRepositoryTest::testSorting | function | core/ |
Tests that projects are sorted by weight and key. |
| 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::$projectCache | property | core/ |
Memory cache for projects. |
| LocaleProjectStorage::$sorted | property | core/ |
Sorted status flag. |
| 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::getProjects | function | core/ |
Get array of projects which are available for interface translation. |
| 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/ |
|
| LocaleProjectStorageInterface | interface | core/ |
Defines the locale project storage interface. |
Pagination
- Previous page
- Page 165
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.