public function ExcludeEntityFieldEvent::isExcluded in Acquia Content Hub 8.2
Returns the "exclude" flag state.
Return value
bool "Exclude" flag state.
File
- src/
Event/ ExcludeEntityFieldEvent.php, line 109
Class
- ExcludeEntityFieldEvent
- Event fired when serializing individual entity fields for syndication.
Namespace
Drupal\acquia_contenthub\EventCode
public function isExcluded() : bool {
return $this->isExcludedField;
}