You are here

public function SmartTag::summaryTitle in Tome 8

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

Overrides CachePluginBase::summaryTitle

File

modules/tome_static/modules/tome_static_super_cache/src/Plugin/views/cache/SmartTag.php, line 41

Class

SmartTag
Omits list cache tags from a View and expires cache on entity CRUD.

Namespace

Drupal\tome_static_super_cache\Plugin\views\cache

Code

public function summaryTitle() {
  return $this
    ->t('Smart tag based');
}