You are here

public function CustomTag::summaryTitle in Views Custom Cache Tags 8

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

Overrides Tag::summaryTitle

File

src/Plugin/views/cache/CustomTag.php, line 38
Contains \Drupal\views_custom_cache_tag\Plugin\views\cache\CustomTag.

Class

CustomTag
Simple caching of query results for Views displays.

Namespace

Drupal\views_custom_cache_tag\Plugin\views\cache

Code

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