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);
Please login to continue.