public function None::summaryTitle

Same name in this branch

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');
}