You are here

constant REDIRECT_ACCESS_DENY in Redirect 7.2

Same name and namespace in other branches
  1. 7 redirect.module \REDIRECT_ACCESS_DENY

Modules should return this value from hook_redirect_access() to deny access to a redirect.

1 use of REDIRECT_ACCESS_DENY
redirect_access in ./redirect.module
Determine whether the current user may perform the given operation on the specified redirect.

File

./redirect.module, line 21

Code

define('REDIRECT_ACCESS_DENY', 'deny');