function FieldTypePluginManagerInterface::getStorageSettingsSummary
Same name in other branches
- 11.x core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getStorageSettingsSummary()
Returns the summary of storage-level settings for a field type.
Parameters
\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition.
Return value
array A renderable array for the field's storage-level settings summary, as provided by the plugin definition.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldTypePluginManagerInterface.php, line 89
Class
- FieldTypePluginManagerInterface
- Defines an interface for the field type plugin manager.
Namespace
Drupal\Core\FieldCode
public function getStorageSettingsSummary(FieldStorageDefinitionInterface $storage_definition) : array;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.