You are here

public function ExtraFieldManagerBaseInterface::fieldInfo in Extra Field 8.2

Exposes the ExtraField plugins to hook_entity_extra_field_info().

Return value

array The array structure is identical to that of the return value of \Drupal\Core\Entity\EntityFieldManagerInterface::getExtraFields().

See also

hook_entity_extra_field_info()

1 method overrides ExtraFieldManagerBaseInterface::fieldInfo()
ExtraFieldManagerBase::fieldInfo in src/Plugin/ExtraFieldManagerBase.php
Exposes the ExtraField plugins to hook_entity_extra_field_info().

File

src/Plugin/ExtraFieldManagerBaseInterface.php, line 19

Class

ExtraFieldManagerBaseInterface
Provides the Extra field plugin manager.

Namespace

Drupal\extra_field\Plugin

Code

public function fieldInfo();