public function None::summaryTitle

Same name in this branch
  1. 8.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php \Drupal\views\Plugin\views\cache\None::summaryTitle()
  2. 8.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php \Drupal\views\Plugin\views\pager\None::summaryTitle()
  3. 8.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/None.php \Drupal\views\Plugin\views\access\None::summaryTitle()

Return a string to display as the clickable title for the access control.

Overrides CachePluginBase::summaryTitle

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php, line 28
Definition of Drupal\views\Plugin\views\cache\None.

Class

None
Caching plugin that provides no caching at all.

Namespace

Drupal\views\Plugin\views\cache

Code

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