Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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::getProjects | function | core/ |
Get array of projects which are available for interface translation. |
| 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. |
| LocaleProjectStorageTest | class | core/ |
Tests Drupal\locale\LocaleProjectStorage. |
| LocaleProjectStorageTest.php | file | core/ |
|
| LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
The key value memory factory. |
| LocaleProjectStorageTest::$projectStorage | property | core/ |
The local project storage. |
| LocaleProjectStorageTest::setUp | function | core/ |
|
| LocaleProjectStorageTest::testDelete | function | core/ |
Tests deleted projects are not included in the count. |
| LocaleProjectStorageTest::testSorting | function | core/ |
Tests that projects are sorted by weight and key. |
| LocaleStringIsSafeTest::testLocalizedTokenizedString | function | core/ |
Tests if a translated and tokenized string is properly escaped by Twig. |
| LocaleStringTest::$storage | property | core/ |
The locale storage. |
| LocaleTestHooks::tokenInfo | function | core/ |
Implements hook_token_info(). |
| LocaleTestHooks::tokens | function | core/ |
Implements hook_tokens(). |
| LocaleTranslation::$configFactory | property | core/ |
The configuration factory. |
| LocaleTranslation::$storage | property | core/ |
Storage for strings. |
| LocaleTranslationCacheTag::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| LocaleTranslationProjectsTest::$projectStorage | property | core/ |
The locale project storage used in this test. |
| LocaleTranslationTest::$storage | property | core/ |
A stub storage to use when instantiating LocaleTranslation objects. |
| LocaleTranslationUiTest::testUICustomizedStrings | function | core/ |
Tests that only changed strings are saved customized when edited. |
| LocaleUpdateBase::setTranslationsDirectory | function | core/ |
Sets the value of the default translations directory. |
| LocaleUpdateTest::testEnableCustomLanguage | function | core/ |
Tests automatic translation import when a custom language is added. |
| LocaleUpdateTest::testUpdateImportModeNonCustomized | function | core/ |
Tests translation import and only overwrite non-customized translations. |
| LOCALE_CUSTOMIZED | constant | core/ |
Flag for locally customized interface translation. |
Pagination
- Previous page
- Page 158
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.