function hook_user_restrictions_info_alter in User restrictions 7
Allows to alter the restriction information returned by other modules.
Parameters
$info: An array containing information about the restrictions implemented by modules.
$context: A string containing the ID of the required information.
File
- ./
user_restrictions.api.php, line 47 - Hooks provided by the User restrictions module.
Code
function hook_user_restrictions_info_alter(&$info, &$context) {
}