constant REDIRECT_ACCESS_ALLOW in Redirect 7.2
Same name and namespace in other branches
- 7 redirect.module \REDIRECT_ACCESS_ALLOW
Modules should return this value from hook_redirect_access() to allow access to a redirect.
2 uses of REDIRECT_ACCESS_ALLOW
- hook_redirect_access in ./
redirect.api.php - Control access to a redirect.
- redirect_access in ./
redirect.module - Determine whether the current user may perform the given operation on the specified redirect.
File
- ./
redirect.module, line 15
Code
define('REDIRECT_ACCESS_ALLOW', 'allow');