You are here

constant REDIRECT_ACCESS_IGNORE in Redirect 7.2

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

Modules should return this value from hook_redirect_access() to not affect redirect access.

1 use of REDIRECT_ACCESS_IGNORE
hook_redirect_access in ./redirect.api.php
Control access to a redirect.

File

./redirect.module, line 27

Code

define('REDIRECT_ACCESS_IGNORE', NULL);