You are here

public function RelationshipFieldValueEvent::setFieldValue in Entity Share 8.3

Same name and namespace in other branches
  1. 8 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::setFieldValue()
  2. 8.2 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::setFieldValue()

Set the field value.

Parameters

array $field_value: The field value.

File

modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php, line 70

Class

RelationshipFieldValueEvent
Defines a RelationshipFieldValueEvent event.

Namespace

Drupal\entity_share_client\Event

Code

public function setFieldValue(array $field_value) {
  $this->fieldValue = $field_value;
}