function HandlerBase::adminSummary

Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::adminSummary()
  2. 10 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::adminSummary()
  3. 11.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::adminSummary()

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 554

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function adminSummary() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.