ultimenu.install in Ultimenu 8.2
Same filename and directory in other branches
Install, update and uninstall functions for the ultimenu module.
File
ultimenu.installView 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
Name | 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. |