class CustomStrings

String translator using overrides from variables.

This is a high performance way to provide a handful of string replacements. See settings.php for examples.

Hierarchy

File

core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php, line 13

Namespace

Drupal\Core\StringTranslation\Translator

Members

Name Modifiers Type Description
CustomStrings::$settings protected property The settings read only object.
CustomStrings::getLanguage protected function Retrieves translations for a given language. Overrides StaticTranslation::getLanguage
CustomStrings::__construct public function Constructs a CustomStrings object. Overrides StaticTranslation::__construct
StaticTranslation::$translations protected property String translations
StaticTranslation::getStringTranslation public function Retrieves English string to given language. Overrides TranslatorInterface::getStringTranslation
StaticTranslation::reset public function Resets translation cache. Overrides TranslatorInterface::reset

© 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!Translator!CustomStrings.php/class/CustomStrings/8.1.x