You are here

public function HandlerBase::adminSummary in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::adminSummary()

Provide text for the administrative summary.

Overrides ViewsHandlerInterface::adminSummary

4 methods override HandlerBase::adminSummary()
AreaPluginBase::adminSummary in core/modules/views/src/Plugin/views/area/AreaPluginBase.php
Provide text for the administrative summary.
FieldPluginBase::adminSummary in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Provide extra data to the administration form.
FilterPluginBase::adminSummary in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Display the filter on the administrative summary.
SortPluginBase::adminSummary in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Display whether or not the sort order is ascending or descending.

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 545

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function adminSummary() {
}