public function RelationshipFieldValueEvent::getFieldValue in Entity Share 8.2
Same name and namespace in other branches
- 8.3 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::getFieldValue()
- 8 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 60
Class
- RelationshipFieldValueEvent
- Defines a RelationshipFieldValueEvent event.
Namespace
Drupal\entity_share_client\EventCode
public function getFieldValue() {
return $this->fieldValue;
}