You are here

constant JS_MENU_NOT_FOUND in JS Callback Handler 7

Same name and namespace in other branches
  1. 7.2 js.module \JS_MENU_NOT_FOUND

@name Return constants, copies from menu.inc.

The constants are copied to be able to drop the menu.inc depdendency.

1 use of JS_MENU_NOT_FOUND
js_execute_callback in ./js.php
Loads the requested module and executes the requested callback.

File

./js.php, line 17
Callback page that serves custom JavaScript requests on a Drupal installation.

Code

define('JS_MENU_NOT_FOUND', 2);