You are here

public function StringInterface::setValues in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::setValues()
  2. 10 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\locale

Code

public function setValues(array $values, $override = TRUE);