function FieldTypePluginManagerInterface::getFieldSettingsSummary

Same name in other branches
  1. 10 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.

1 method overrides FieldTypePluginManagerInterface::getFieldSettingsSummary()
FieldTypePluginManager::getFieldSettingsSummary in core/lib/Drupal/Core/Field/FieldTypePluginManager.php
Returns the summary of field-level settings for a field type.

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.