StringInterface::setValues

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);
doc_Drupal
2016-10-29 09:45:14
Comments
Leave a Comment

Please login to continue.