public function EmptyFieldPluginInterface::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.
See also
\Drupal\Core\Field\FormatterInterface::settingsSummary()
1 method overrides EmptyFieldPluginInterface::settingsSummary()
- EmptyFieldPluginBase::settingsSummary in src/
EmptyFieldPluginBase.php - Returns a short summary line for the current formatter settings.
File
- src/
EmptyFieldPluginInterface.php, line 57
Class
- EmptyFieldPluginInterface
- Defines an interface for empty fields.
Namespace
Drupal\empty_fieldsCode
public function settingsSummary();