public function FieldPluginBase::adminSummary in Views (for Drupal 7) 8.3
Provide extra data to the administration form
Overrides HandlerBase::adminSummary
File
- lib/
Drupal/ views/ Plugin/ views/ field/ FieldPluginBase.php, line 1075 - Definition of Drupal\views\Plugin\views\field\FieldPluginBase.
Class
- FieldPluginBase
- Base field handler that has no options and renders an unformatted field.
Namespace
Drupal\views\Plugin\views\fieldCode
public function adminSummary() {
return $this
->label();
}