public function RelationshipFieldValueEvent::getField in Entity Share 8.3
Same name and namespace in other branches
- 8 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::getField()
- 8.2 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::getField()
Returns the FieldItemList object.
Return value
\Drupal\Core\Field\FieldItemListInterface Returns the FieldItemList object.
File
- modules/
entity_share_client/ src/ Event/ RelationshipFieldValueEvent.php, line 50
Class
- RelationshipFieldValueEvent
- Defines a RelationshipFieldValueEvent event.
Namespace
Drupal\entity_share_client\EventCode
public function getField() {
return $this->field;
}