function PageTitleFiltering::getInfo

Implement getInfo().

File

modules/system/system.test, line 1591

Class

PageTitleFiltering

Code

public static function getInfo() {
    return array(
        'name' => 'HTML in page titles',
        'description' => 'Tests correct handling or conversion by drupal_set_title() and drupal_get_title() and checks the correct escaping of site name and slogan.',
        'group' => 'System',
    );
}

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