You are here

protected property RelationshipFieldValueEvent::$fieldValue 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::fieldValue
  2. 8.2 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::fieldValue

An array of the field value to alter.

Type: array

File

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

Class

RelationshipFieldValueEvent
Defines a RelationshipFieldValueEvent event.

Namespace

Drupal\entity_share_client\Event

Code

protected $fieldValue;