You are here

function module_grants_install in Module Grants 7

Same name and namespace in other branches
  1. 6.4 module_grants.install \module_grants_install()
  2. 6.3 module_grants.install \module_grants_install()

Implementation of hook_install().

File

./module_grants.install, line 11
Install and uninstall hooks for Module Grants module

Code

function module_grants_install() {
}