1 system_test.module | system_test_hello_world() |
Menu callback; Basic page with no dynamic content.
Return value
string: Hello world!
File
- core/
modules/ simpletest/ tests/ system_test.module, line 153 - Test module for system functions.
Code
function system_test_hello_world() {
return 'Hello world!';
}