You are here

function config_perms_install in Custom Permissions 7.2

Same name and namespace in other branches
  1. 6.2 config_perms.install \config_perms_install()

Implements hook_install().

File

./config_perms.install, line 11
Installation file

Code

function config_perms_install() {

  // Install defaults
  _config_perms_install_data();

  // Rebuild menu and cache
  config_perms_cache_rebuild();
  menu_rebuild();
}