You are here

registration_role.install in Registration role 6

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

Includes implementation of hook_delete().

File

registration_role.install
View source
<?php

/**
 * @file
 * Includes implementation of hook_delete().
 */

/**
 * Implementation of hook_delete().
 */
function registration_role_delete() {
  variable_del('registration_role_roles');
}

Functions

Namesort descending Description
registration_role_delete Implementation of hook_delete().