You are here

public function EntityBaseFieldInfoEvent::getFields in Hook Event Dispatcher 8

Get the fields.

Return value

static[] The fields.

File

src/Event/EntityType/EntityBaseFieldInfoEvent.php, line 62

Class

EntityBaseFieldInfoEvent
Class EntityBaseFieldInfoEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

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