You are here

panels_ajax_tab.install in Panels Ajax Tabs 7

Contains update functions for panels_ajax_tab.

File

panels_ajax_tab.install
View source
<?php

/**
 * @file
 * Contains update functions for panels_ajax_tab.
 */

/**
 * Updates the tab configuration.
 */
function panels_ajax_tab_update_7000() {
  $configs = panels_ajax_tab_config_cache();
}

Functions

Namesort descending Description
panels_ajax_tab_update_7000 Updates the tab configuration.