function js_test_basic in JS Callback Handler 7
Same name and namespace in other branches
- 6 tests/js_test.module \js_test_basic()
Test callback for the js module.
1 string reference to 'js_test_basic'
- js_test_js in tests/
js_test.module - Implements hook_js().
File
- tests/
js_test.module, line 68 - JavaScript callback handler tests.
Code
function js_test_basic() {
return js_test_response('ok');
}