You are here

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\EntityType

Code

public function &getFields() {
  return $this->fields;
}