You are here

public function EntityReferencePathFormatter::settingsSummary in REST Views 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Field/FieldFormatter/EntityReferencePathFormatter.php \Drupal\rest_views\Plugin\Field\FieldFormatter\EntityReferencePathFormatter::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/EntityReferencePathFormatter.php, line 58

Class

EntityReferencePathFormatter
Plugin implementation of the 'entity_path' formatter.

Namespace

Drupal\rest_views\Plugin\Field\FieldFormatter

Code

public function settingsSummary() {
  return [];
}