StringInterface::setPlurals

public StringInterface::setPlurals($plurals)

Sets this string using array of plural values.

Serializes plural variants in one string glued by LOCALE_PLURAL_DELIMITER.

Parameters

array $plurals: Array of strings with plural variants.

Return value

$this

File

core/modules/locale/src/StringInterface.php, line 82

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function setPlurals($plurals);
doc_Drupal
2016-10-29 09:45:13
Comments
Leave a Comment

Please login to continue.