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