protected property 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

protected $sortedTranslators = NULL;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StringTranslation!TranslationManager.php/property/TranslationManager::sortedTranslators/8.1.x