function FieldTypePluginManagerInterface::getEntityTypeUiDefinitions

Same name and namespace in other branches
  1. 10 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()

1 method overrides FieldTypePluginManagerInterface::getEntityTypeUiDefinitions()
FieldTypePluginManager::getEntityTypeUiDefinitions in core/lib/Drupal/Core/Field/FieldTypePluginManager.php
Get the field type definitions that can be added via UI for an entity type.

File

core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php, line 128

Class

FieldTypePluginManagerInterface
Defines an interface for the field type plugin manager.

Namespace

Drupal\Core\Field

Code

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.