You are here

ultimenu.install in Ultimenu 8.2

Same filename and directory in other branches
  1. 8 ultimenu.install
  2. 7 ultimenu.install

Install, update and uninstall functions for the ultimenu module.

File

ultimenu.install
View source
<?php

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

/**
 * Added new Ultimenu services.
 */
function ultimenu_update_8201() {

  // Do nothing to clear cache.
}

/**
 * Clearing cache to update for Drupal 9.
 */
function ultimenu_update_8202() {

  // Do nothing to clear cache.
}

/**
 * Clearing cache to apply the newly added JavaScript libraries/ files.
 */
function ultimenu_update_8203() {

  // Do nothing to clear cache.
}

Functions

Namesort descending Description
ultimenu_update_8201 Added new Ultimenu services.
ultimenu_update_8202 Clearing cache to update for Drupal 9.
ultimenu_update_8203 Clearing cache to apply the newly added JavaScript libraries/ files.