Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
LocaleTranslation::$cache | property | core/ |
The cache backend that should be used. |
LocaleTranslation::$configFactory | property | core/ |
The configuration factory. |
LocaleTranslation::$languageManager | property | core/ |
The language manager. |
LocaleTranslation::$lock | property | core/ |
The lock backend that should be used. |
LocaleTranslation::$moduleHandler | property | core/ |
The module handler. |
LocaleTranslation::$queue | property | core/ |
The queue object. |
LocaleTranslation::$requestStack | property | core/ |
The request stack. |
LocaleTranslation::$storage | property | core/ |
Storage for strings. |
LocaleTranslation::$translateEnglish | property | core/ |
The translate english configuration value. |
LocaleTranslation::$translations | property | core/ |
Cached translations. |
LocaleTranslation::canTranslateEnglish | function | core/ |
Gets translate english configuration value. |
LocaleTranslation::create | function | core/ |
|
LocaleTranslation::destruct | function | core/ |
|
LocaleTranslation::getStringTranslation | function | core/ |
|
LocaleTranslation::processItem | function | core/ |
The translation update functions executed here are batch operations which are also used in translation update batches. The batch functions may need to be executed multiple times to complete their task, typically this is the translation import… |
LocaleTranslation::reset | function | core/ |
|
LocaleTranslation::__construct | function | core/ |
Constructs a translator using a string storage. |
LocaleTranslation::__construct | function | core/ |
Constructs a new LocaleTranslation object. |
LocaleTranslationCacheTag | class | core/ |
A subscriber invalidating cache tags when translating a string. |
LocaleTranslationCacheTag.php | file | core/ |
|
LocaleTranslationCacheTag::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
LocaleTranslationCacheTag::getSubscribedEvents | function | core/ |
|
LocaleTranslationCacheTag::saveTranslation | function | core/ |
Invalidate cache tags whenever a string is translated. |
LocaleTranslationCacheTag::__construct | function | core/ |
Constructs a LocaleTranslationCacheTag object. |
LocaleTranslationChangeProjectVersionTest | class | core/ |
Tests how translations are handled when a project gets updated. |
LocaleTranslationChangeProjectVersionTest.php | file | core/ |
|
LocaleTranslationChangeProjectVersionTest::$defaultTheme | property | core/ |
|
LocaleTranslationChangeProjectVersionTest::setUp | function | core/ |
|
LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote | function | core/ |
Tests update translations when project version changes. |
LocaleTranslationDownloadTest | class | core/ |
Tests locale translation download. |
LocaleTranslationDownloadTest.php | file | core/ |
|
LocaleTranslationDownloadTest::$defaultTheme | property | core/ |
|
LocaleTranslationDownloadTest::$translationsStream | property | core/ |
The virtual file stream for storing translations. |
LocaleTranslationDownloadTest::setUp | function | core/ |
|
LocaleTranslationDownloadTest::testUpdateImportSourceRemote | function | core/ |
Tests translation download from remote sources. |
LocaleTranslationProjectsTest | class | core/ |
Tests locale translation project handling. |
LocaleTranslationProjectsTest.php | file | core/ |
|
LocaleTranslationProjectsTest::$moduleHandler | property | core/ |
The module handler used in this test. |
LocaleTranslationProjectsTest::$modules | property | core/ |
|
LocaleTranslationProjectsTest::$projectStorage | property | core/ |
The locale project storage used in this test. |
LocaleTranslationProjectsTest::setUp | function | core/ |
|
LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects | function | core/ |
Tests locale_translation_clear_cache_projects(). |
LocaleTranslationTest | class | core/ |
@coversDefaultClass \Drupal\locale\LocaleTranslation @group locale |
LocaleTranslationTest | class | core/ |
@coversDefaultClass \Drupal\locale\LocaleTranslation @group locale |
LocaleTranslationTest.php | file | core/ |
|
LocaleTranslationTest.php | file | core/ |
|
LocaleTranslationTest::$cache | property | core/ |
A mocked cache to use when instantiating LocaleTranslation objects. |
LocaleTranslationTest::$languageManager | property | core/ |
A mocked language manager built from LanguageManagerInterface. |
LocaleTranslationTest::$lock | property | core/ |
A mocked lock to use when instantiating LocaleTranslation objects. |
LocaleTranslationTest::$modules | property | core/ |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.