You are here

function views_plugin_cache_rules::summary_title in Cache Actions 7

Same name and namespace in other branches
  1. 6.2 views_plugin_cache_rules.inc \views_plugin_cache_rules::summary_title()
  2. 6 views_plugin_cache_rules.inc \views_plugin_cache_rules::summary_title()

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

Overrides views_plugin_cache::summary_title

File

./views_plugin_cache_rules.inc, line 13
This file contains a cache that just implements the views cache plugin.

Class

views_plugin_cache_rules
Plugin that caches views infinitely. This is not really that useful unless you want rules to invalidate your cache.

Code

function summary_title() {
  return t('Rules');
}