TranslationManager::$sortedTranslators

An array of translators, sorted by priority.

If this is NULL a rebuild will be triggered.

Type: null|\Drupal\Core\StringTranslation\Translator\TranslatorInterface[]

See also

\Drupal\Core\StringTranslation\TranslationManager::addTranslator()

\Drupal\Core\StringTranslation\TranslationManager::sortTranslators()

File

core/lib/Drupal/Core/StringTranslation/TranslationManager.php, line 36

Class

TranslationManager
Defines a chained translation implementation combining multiple translators.

Namespace

Drupal\Core\StringTranslation

Code

1
protected $sortedTranslators = NULL;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.