Modules should return this value from hook_redirect_access() to allow access to a redirect.
File
- core/
modules/ redirect/ redirect.module, line 14
Code
define('REDIRECT_ACCESS_ALLOW', 'allow')
Modules should return this value from hook_redirect_access() to allow access to a redirect.
define('REDIRECT_ACCESS_ALLOW', 'allow')