public function CachePluginBase::summaryTitle

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

Overrides PluginBase::summaryTitle

2 methods override CachePluginBase::summaryTitle()
None::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php
Return a string to display as the clickable title for the access control.
Time::summaryTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/Time.php
Return a string to display as the clickable title for the access control.

File

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

Class

CachePluginBase
The base plugin to handle caching.

Namespace

Drupal\views\Plugin\views\cache

Code

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