public function ExtraFieldDisplayManagerInterface::fieldInfo in Extra Field 8
Same name and namespace in other branches
- 8.2 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().
See also
hook_entity_extra_field_info()
1 method overrides ExtraFieldDisplayManagerInterface::fieldInfo()
- ExtraFieldDisplayManager::fieldInfo in src/
Plugin/ ExtraFieldDisplayManager.php - Exposes the ExtraFieldDisplay plugins to hook_entity_extra_field_info().
File
- src/
Plugin/ ExtraFieldDisplayManagerInterface.php, line 22
Class
- ExtraFieldDisplayManagerInterface
- Provides the Extra field Display plugin manager.
Namespace
Drupal\extra_field\PluginCode
public function fieldInfo();