You are here

constant JS_MENU_NOT_FOUND in JS Callback Handler 7.2

Same name and namespace in other branches
  1. 7 js.php \JS_MENU_NOT_FOUND

Constants copied from menu.inc in order to drop dependency on that file.

4 uses of JS_MENU_NOT_FOUND
js_callback_execute in includes/callback.inc
Execute a callback.
js_deliver_json in includes/json.inc
Callback for delivering JSON responses to the browser.
js_execute_request in ./js.module
Loads the requested module and executes the requested callback.
js_get_page in includes/get.inc
Handler for JS GET requests.

File

./js.module, line 11
JavaScript callback handler module.

Code

define('JS_MENU_NOT_FOUND', 2);