public function CachePluginBase::summaryTitle in Views (for Drupal 7) 8.3
Return a string to display as the clickable title for the access control.
Overrides PluginBase::summaryTitle
2 methods override CachePluginBase::summaryTitle()
- None::summaryTitle in lib/
Drupal/ views/ Plugin/ views/ cache/ None.php - Return a string to display as the clickable title for the access control.
- Time::summaryTitle in lib/
Drupal/ views/ Plugin/ views/ cache/ Time.php - Return a string to display as the clickable title for the access control.
File
- 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\cacheCode
public function summaryTitle() {
return t('Unknown');
}