constant LOCALE_PLURAL_DELIMITER in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/includes/common.inc \LOCALE_PLURAL_DELIMITER
The delimiter used to split plural strings.
Deprecated
in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0. Use \Drupal\Core\StringTranslation\PluralTranslatableMarkup::DELIMITER instead.
16 uses of LOCALE_PLURAL_DELIMITER
- LocaleJavascriptTranslationTest::testFileParsing in core/
modules/ locale/ src/ Tests/ LocaleJavascriptTranslationTest.php - NumericField::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ field/ NumericField.php - Default options form that provides the label widget that all fields should have.
- NumericField::defineOptions in core/
modules/ views/ src/ Plugin/ views/ field/ NumericField.php - Information about options for all kinds of purposes will be held here.
- NumericField::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ field/ NumericField.php - @inheritdoc
- NumericFormatPluralTest::testNumericFormatPlural in core/
modules/ views/ src/ Tests/ Plugin/ NumericFormatPluralTest.php - Test plural formatting setting on a numeric views handler.
File
- core/
includes/ common.inc, line 133 - Common functions that many Drupal modules will need to reference.
Code
const LOCALE_PLURAL_DELIMITER = PluralTranslatableMarkup::DELIMITER;