You are here

public function DsFieldInterface::settingsSummary in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::settingsSummary()
  2. 8.3 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::settingsSummary()

Returns the summary of the chosen settings.

Parameters

array $settings: Contains the settings of the field.

Return value

array A render array containing the summary.

1 method overrides DsFieldInterface::settingsSummary()
DsFieldBase::settingsSummary in src/Plugin/DsField/DsFieldBase.php
Returns the summary of the chosen settings.

File

src/Plugin/DsField/DsFieldInterface.php, line 28

Class

DsFieldInterface
Interface for DS plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function settingsSummary($settings);