hook_js |
./js.api.php |
Register JS callbacks. Read the documentation for a detailed explanation. |
|
|
js_configure_form |
./js.admin.inc |
Form callback for the js configuration form. |
|
1 |
js_execute_callback |
./js.php |
Loads the requested module and executes the requested callback. |
1 |
|
js_install |
./js.install |
Implements hook_install(). |
|
|
js_menu |
./js.module |
Implements hook_menu(). |
|
|
js_permission |
./js.module |
Implements hook_permission(). |
|
|
js_replace_callback_args |
./js.php |
Helper function for replacing integer based arguments with path values. |
1 |
|
js_requirements |
./js.install |
Implements hook_requirements(). |
|
|
js_test_arguments |
tests/js_test.module |
Test callback for the js module. |
|
1 |
js_test_basic |
tests/js_test.module |
Test callback for the js module. |
|
1 |
js_test_file |
tests/js_test.callbacks.inc |
Test callback for the js module. |
|
1 |
js_test_init |
tests/js_test.module |
Implements hook_init(). |
|
|
js_test_js |
tests/js_test.module |
Implements hook_js(). |
|
|
js_test_permission |
tests/js_test.module |
Implements hook_permission(). |
|
|
js_test_response |
tests/js_test.module |
Create a generic response with various data. |
4 |
|
js_test_variable |
tests/js_test.module |
Test callback for the js module. |
|
2 |
js_uninstall |
./js.install |
Implements hook_uninstall(). |
|
|