function StringInterface::setValues
Same name in other branches
- 9 core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::setValues()
- 8.9.x core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::setValues()
- 11.x core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::setValues()
Sets an array of values as object properties.
Parameters
array $values: Array with values indexed by property name.
bool $override: (optional) Whether to override already set fields, defaults to TRUE.
Return value
$this
1 method overrides StringInterface::setValues()
- StringBase::setValues in core/
modules/ locale/ src/ StringBase.php - Sets an array of values as object properties.
File
-
core/
modules/ locale/ src/ StringInterface.php, line 137
Class
- StringInterface
- Defines the locale string interface.
Namespace
Drupal\localeCode
public function setValues(array $values, $override = TRUE);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.