function system_test_main_content_fallback
Menu callback to test main content fallback().
1 string reference to 'system_test_main_content_fallback'
- system_test_menu in modules/
simpletest/ tests/ system_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ system_test.module, line 428
Code
function system_test_main_content_fallback() {
return t('Content to test main content fallback');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.