You are here

public function RelationshipFieldValueEvent::getFieldValue in Entity Share 8

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

Returns the field value.

Return value

array Returns the field value.

File

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

Class

RelationshipFieldValueEvent
Defines a RelationshipFieldValueEvent event.

Namespace

Drupal\entity_share_client\Event

Code

public function getFieldValue() {
  return $this->fieldValue;
}