function SystemMainContentFallback::getInfo

File

modules/system/system.test, line 1818

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.