function FieldTypePluginManagerInterface::getUiDefinitions
Same name in other branches
- 9 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitions()
- 10 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitions()
- 11.x 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\FieldCode
public function getUiDefinitions();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.