panels_ajax_tab.install in Panels Ajax Tabs 7
Contains update functions for panels_ajax_tab.
File
panels_ajax_tab.installView 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
Name![]() |
Description |
---|---|
panels_ajax_tab_update_7000 | Updates the tab configuration. |