You are here

public function PluginBase::summaryTitle in Views (for Drupal 7) 8.3

Returns the summary of the settings in the display.

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

... See full list

File

lib/Drupal/views/Plugin/views/PluginBase.php, line 207
Definition of Drupal\views\Plugin\views\PluginBase.

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

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