public function StringBase::getPlurals

Implements Drupal\locale\StringInterface::getPlurals().

Overrides StringInterface::getPlurals

File

drupal/core/modules/locale/lib/Drupal/locale/StringBase.php, line 102
Definition of Drupal\locale\StringBase.

Class

StringBase
Defines the locale string base class.

Namespace

Drupal\locale

Code

public function getPlurals() {
  return explode(LOCALE_PLURAL_DELIMITER, $this
    ->getString());
}