You are here

viewsphpfilter.install in Views PHP Filter 7

Same filename and directory in other branches
  1. 5 viewsphpfilter.install
  2. 6 viewsphpfilter.install

File

viewsphpfilter.install
View source
<?php

/**
 * Implementation of hook_enable().
 */
function viewsphpfilter_enable() {
  cache_clear_all('views_tables', 'cache_views', TRUE);
}

Functions

Namesort descending Description
viewsphpfilter_enable Implementation of hook_enable().