MENU_NOT_FOUND

Definition

includes/menu.inc

Description

Internal menu status code -- Menu item was not found.

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Code

<?php
define('MENU_NOT_FOUND', 2);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.