You are here

rocket_chat.install in Rocket.Chat 7.2

Same filename and directory in other branches
  1. 7 rocket_chat.install

Install, update and uninstall functions for the rocket_chat module.

File

rocket_chat.install
View 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');
  variable_del('rocket_chat_livechat_version');
}

Functions

Namesort descending Description
rocket_chat_uninstall Implements hook_uninstall().