comparison core/modules/locale/src/StringInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
70 public function getPlurals(); 70 public function getPlurals();
71 71
72 /** 72 /**
73 * Sets this string using array of plural values. 73 * Sets this string using array of plural values.
74 * 74 *
75 * Serializes plural variants in one string glued by LOCALE_PLURAL_DELIMITER. 75 * Serializes plural variants in one string glued by
76 * \Drupal\Component\Gettext\PoItem::DELIMITER.
76 * 77 *
77 * @param array $plurals 78 * @param array $plurals
78 * Array of strings with plural variants. 79 * Array of strings with plural variants.
79 * 80 *
80 * @return $this 81 * @return $this