public function ExcludeEntityFieldEvent::getField in Acquia Content Hub 8.2
The field item list object.
Return value
\Drupal\Core\Field\FieldItemListInterface Field item list object.
File
- src/
Event/ ExcludeEntityFieldEvent.php, line 82
Class
- ExcludeEntityFieldEvent
- Event fired when serializing individual entity fields for syndication.
Namespace
Drupal\acquia_contenthub\EventCode
public function getField() : FieldItemListInterface {
return $this->field;
}