function FieldTypePluginManagerInterface::getEntityTypeUiDefinitions
Same name in other branches
- 11.x core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getEntityTypeUiDefinitions()
Get the field type definitions that can be added via UI for an entity type.
Parameters
string $entity_type_id: The entity type id.
Return value
array An array of field type definitions.
See also
\Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitions()
hook_field_info_entity_type_ui_definitions_alter()
File
-
core/
lib/ Drupal/ Core/ Field/ FieldTypePluginManagerInterface.php, line 128
Class
- FieldTypePluginManagerInterface
- Defines an interface for the field type plugin manager.
Namespace
Drupal\Core\FieldCode
public function getEntityTypeUiDefinitions(string $entity_type_id) : array;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.