You are here

fullcalendar_legend.install in FullCalendar 7.2

Install, update and uninstall functions for the FullCalendar Legend module.

File

fullcalendar_legend/fullcalendar_legend.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the FullCalendar Legend module.
 */

/**
 * Implements hook_uninstall().
 */
function fullcalendar_legend_uninstall() {
  variable_del('fullcalendar_legend_type');
}

Functions