<?php

/**
 * @file
 * Install, update and uninstall functions for the Date Popup module.
 */

// @codingStandardsIgnoreStart
/**
 * Implements hook_install().
 */
function date_popup_install() {
}

/**
 * Implements hook_uninstall().
 */
function date_popup_uninstall() {

}
// @codingStandardsIgnoreEnd

/**
 * Implements hook_enable().
 */
function date_popup_enable() {

}

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

}
