public function PagerPluginBase::summaryTitle

Return a string to display as the clickable title for the pager plugin.

Overrides PluginBase::summaryTitle

4 methods override PagerPluginBase::summaryTitle()
Full::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::summaryTitle().
Mini::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Mini.php
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::summaryTitle().
None::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php
Return a string to display as the clickable title for the pager plugin.
Some::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php
Return a string to display as the clickable title for the pager plugin.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 154
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

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