function None::summaryTitle

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

Overrides CachePluginBase::summaryTitle

File

core/modules/views/src/Plugin/views/cache/None.php, line 18

Class

None
Caching plugin that provides no caching at all.

Namespace

Drupal\views\Plugin\views\cache

Code

public function summaryTitle() {
  return $this->t('None');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.