function FieldTypePluginManagerInterface::getFieldSettingsSummary

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getFieldSettingsSummary()

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;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.