ctools_ajax_sample.install

File

ctools_ajax_sample/ctools_ajax_sample.install

View source
<?php


/**
 * @file
 */

/**
 * Implementation of hook_install()
 */
function ctools_ajax_sample_install() {
}

/**
 * Implementation of hook_uninstall()
 */
function ctools_ajax_sample_uninstall() {
}

Functions

Title Deprecated Summary
ctools_ajax_sample_install Implementation of hook_install()
ctools_ajax_sample_uninstall Implementation of hook_uninstall()