Menu status code -- Access denied.

This can be used as the return value from a page callback, although it is preferable to use an access callback to accomplish this.

See also

see hook_menu()

Related topics

File

core/includes/menu.inc, line 243
API for the Backdrop menu system.

Code

define('MENU_ACCESS_DENIED', 403)