You are here

public function EntityExtraFieldInfoEvent::getFieldInfo in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/core_event_dispatcher/src/Event/Entity/EntityExtraFieldInfoEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityExtraFieldInfoEvent::getFieldInfo()

Get the field info.

Return value

array Field info.

File

modules/core_event_dispatcher/src/Event/Entity/EntityExtraFieldInfoEvent.php, line 47

Class

EntityExtraFieldInfoEvent
Class EntityExtraFieldInfoEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

public function getFieldInfo() : array {
  return $this->fieldInfo;
}