function FieldTypePluginManagerInterface::getStorageSettingsSummary
Same name in other branches
- 10 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.
1 method overrides FieldTypePluginManagerInterface::getStorageSettingsSummary()
- FieldTypePluginManager::getStorageSettingsSummary in core/
lib/ Drupal/ Core/ Field/ FieldTypePluginManager.php - Returns the summary of storage-level settings for a field type.
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.