You are here

public function FieldTypePluginManagerInterface::getUiDefinitions in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitions()
  2. 9 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitions()

Gets the definition of all field types that can be added via UI.

Return value

array An array of field type definitions.

1 method overrides FieldTypePluginManagerInterface::getUiDefinitions()
FieldTypePluginManager::getUiDefinitions in core/lib/Drupal/Core/Field/FieldTypePluginManager.php
Gets the definition of all field types that can be added via UI.

File

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

Class

FieldTypePluginManagerInterface
Defines an interface for the field type plugin manager.

Namespace

Drupal\Core\Field

Code

public function getUiDefinitions();