public function EntityBaseFieldInfoEvent::getFields in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Entity/EntityBaseFieldInfoEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityBaseFieldInfoEvent::getFields()
Get the fields.
Return value
array The fields.
File
- modules/
core_event_dispatcher/ src/ Event/ Entity/ EntityBaseFieldInfoEvent.php, line 61
Class
- EntityBaseFieldInfoEvent
- Class EntityBaseFieldInfoEvent.
Namespace
Drupal\core_event_dispatcher\Event\EntityCode
public function getFields() : array {
return $this->fields;
}