protected property TranslationManager::$sortedTranslators

Holds the array of translators sorted by priority.

If this is NULL a rebuild will be triggered.

An array of path processor objects.

Type: array

See also

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

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

File

drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php, line 37
Contains \Drupal\Core\StringTranslation\TranslationManager.

Class

TranslationManager
Defines a chained translation implementation combining multiple translators.

Namespace

Drupal\Core\StringTranslation

Code

protected $sortedTranslators = NULL;