public function EntityBundleFieldInfoAlterEvent::getFields in Hook Event Dispatcher 8
Get the field info.
Return value
array Extra field info.
File
- src/Event/ EntityType/ EntityBundleFieldInfoAlterEvent.php, line 65 
Class
- EntityBundleFieldInfoAlterEvent
- Class EntityBundleFieldInfoAlterEvent.
Namespace
Drupal\hook_event_dispatcher\Event\EntityTypeCode
public function &getFields() {
  return $this->fields;
}