You are here

public function LinkExportFormatter::settingsSummary in REST Views 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Field/FieldFormatter/LinkExportFormatter.php \Drupal\rest_views\Plugin\Field\FieldFormatter\LinkExportFormatter::settingsSummary()

Returns a short summary for the current formatter settings.

If an empty result is returned, a UI can still be provided to display a settings form in case the formatter has configurable settings.

Return value

string[] A short summary of the formatter settings.

Overrides LinkFormatter::settingsSummary

File

src/Plugin/Field/FieldFormatter/LinkExportFormatter.php, line 62

Class

LinkExportFormatter
Export a link.

Namespace

Drupal\rest_views\Plugin\Field\FieldFormatter

Code

public function settingsSummary() {
  return [];
}