rocket_chat.install in Rocket.Chat 7
Same filename and directory in other branches
Install, update and uninstall functions for the rocket_chat module.
File
rocket_chat.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the rocket_chat module.
*/
/**
* Implements hook_uninstall().
* @see \hook_uninstall()
*/
function rocket_chat_uninstall() {
variable_del('rocket_chat_url');
variable_del('rocket_chat_route');
}
Functions
Name | Description |
---|---|
rocket_chat_uninstall | Implements hook_uninstall(). |