You are here

qtip_views.install in qTip (Stylish jQuery Tooltips) 7.2

File

modules/qtip_views/qtip_views.install
View source
<?php

/**
 * Implements hook_disable().
 */
function qtip_views_disable() {

  // Clear views cache so that a fatal error isn't thrown when this sub-module
  // is disabled.
  views_invalidate_cache();
}

Functions

Namesort descending Description
qtip_views_disable Implements hook_disable().