function StringInterface::setValues

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

Code

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.