public StringInterface::setValues(array $values, $override = TRUE)
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
File
- core/modules/locale/src/StringInterface.php, line 136
Class
- StringInterface
- Defines the locale string interface.
Namespace
Drupal\locale
Code
public function setValues(array $values, $override = TRUE);
Please login to continue.