public function StringInterface::getPlurals

Splits string to work with plural values.

Return value

array Array of strings that are plural variants.

1 method overrides StringInterface::getPlurals()
StringBase::getPlurals in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::getPlurals().

File

drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php, line 78
Definition of Drupal\locale\StringInterface.

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function getPlurals();