public static function SystemMainContentFallback::getInfo in Drupal 7
File
- modules/
system/ system.test, line 1750 - Tests for system.module.
Class
- SystemMainContentFallback
- Test main content rendering fallback provided by system module.
Code
public static function getInfo() {
return array(
'name' => 'Main content rendering fallback',
'description' => ' Test system module main content rendering fallback.',
'group' => 'System',
);
}