You are here

protected static property PluralTranslatableMarkup::$localeEnabled in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php \Drupal\Core\StringTranslation\PluralTranslatableMarkup::localeEnabled

A bool that statically caches whether locale_get_plural() exists.

Type: bool

File

core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php, line 43
Contains \Drupal\Core\StringTranslation\PluralTranslatableMarkup.

Class

PluralTranslatableMarkup
A class to hold plural translatable markup.

Namespace

Drupal\Core\StringTranslation

Code

protected static $localeEnabled;