public function EntityExtraFieldInfoEvent::getFieldInfo in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 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\EntityCode
public function getFieldInfo() : array {
return $this->fieldInfo;
}