You are here

public function EntityExtraFieldInfoAlterEvent::getFieldInfo in Hook Event Dispatcher 3.x

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

Get the field info.

Return value

array Extra field info.

File

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

Class

EntityExtraFieldInfoAlterEvent
Class EntityExtraFieldInfoAlterEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

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