You are here

public function TransactionResultMessageItemList::setValue in Transaction 8

Overrides \Drupal\Core\TypedData\TypedData::setValue().

Parameters

array|null $values: An array of values of the field items, or NULL to unset the field.

Overrides FieldItemList::setValue

File

src/Plugin/Field/TransactionResultMessageItemList.php, line 39

Class

TransactionResultMessageItemList
Item list for the computed field transaction execution result message.

Namespace

Drupal\transaction\Plugin\Field

Code

public function setValue($values, $notify = TRUE) {

  // This is a calculated read-only field.
}