You are here

function import_role_install in Import 6

Implementation of hook_install().

Remove the variables, nodes and schema corresponding to the module.

File

examples/import_role/import_role.install, line 8

Code

function import_role_install() {
  define('IMPORT_ROLE_STAGED', FALSE);
}