Returns the summary of field-level settings for a field type.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field entity.

Return value

array A renderable array for the field's field-level settings summary, as provided by the plugin definition.

File

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

Class

FieldTypePluginManagerInterface
Defines an interface for the field type plugin manager.

Namespace

Drupal\Core\Field

Code

public function getFieldSettingsSummary(FieldDefinitionInterface $field_definition) : array;