public function PluginBase::summaryTitle

Returns the summary of the settings in the display.

6 methods override PluginBase::summaryTitle()
AccessPluginBase::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php
Return a string to display as the clickable title for the access control.
CachePluginBase::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php
Return a string to display as the clickable title for the access control.
EntityRow::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/EntityRow.php
Overrides Drupal\views\Plugin\views\PluginBase::summaryTitle().
PagerPluginBase::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php
Return a string to display as the clickable title for the pager plugin.
QueryPluginBase::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php
Returns the summary of the settings in the display.

... See full list

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php, line 225
Definition of Drupal\views\Plugin\views\PluginBase.

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

public function summaryTitle() {
  return t('Settings');
}