You are here

public function ExtraFieldDisplayManagerInterface::fieldInfo in Extra Field 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/ExtraFieldDisplayManagerInterface.php \Drupal\extra_field\Plugin\ExtraFieldDisplayManagerInterface::fieldInfo()

Exposes the ExtraFieldDisplay 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().

Deprecated

in extra_field:8.x-2.0 and is removed from extra_field:3.0.0. Use ExtraFieldManagerBaseInterface::fieldInfo instead.

See also

hook_entity_extra_field_info()

https://www.drupal.org/node/3071507

File

src/Plugin/ExtraFieldDisplayManagerInterface.php, line 26

Class

ExtraFieldDisplayManagerInterface
Provides the Extra field Display plugin manager.

Namespace

Drupal\extra_field\Plugin

Code

public function fieldInfo();