You are here

views_cache_bully.views.inc in Views cache bully 6.3

Same filename and directory in other branches
  1. 7.3 views_cache_bully.views.inc

Alters views cache plugins.

File

views_cache_bully.views.inc
View source
<?php

/**
 * @file
 * Alters views cache plugins.
 */

/**
 * Implements hook_views_plugins_alter().
 */
function views_cache_bully_views_plugins_alter(&$plugins) {
  $plugins['cache']['none']['title'] = t('Views Cache Bully');
}