You are here

abstract public function EmptyFieldPluginBase::settingsSummary in Empty fields 8

Returns a short summary line for the current formatter settings.

Return value

string Text for the field formatter settings summary.

Overrides EmptyFieldPluginInterface::settingsSummary

See also

\Drupal\Core\Field\FormatterInterface::settingsSummary()

3 methods override EmptyFieldPluginBase::settingsSummary()
Broken::settingsSummary in src/Plugin/EmptyFields/Broken.php
Returns a short summary line for the current formatter settings.
EmptyFieldNbsp::settingsSummary in src/Plugin/EmptyFields/EmptyFieldNbsp.php
Returns a short summary line for the current formatter settings.
EmptyFieldText::settingsSummary in src/Plugin/EmptyFields/EmptyFieldText.php
Returns a short summary line for the current formatter settings.

File

src/EmptyFieldPluginBase.php, line 35

Class

EmptyFieldPluginBase
Defines a base empty field item implementation.

Namespace

Drupal\empty_fields

Code

public abstract function settingsSummary();