public static function PageTitleFiltering::getInfo in Drupal 7
Implement getInfo().
File
- modules/
system/ system.test, line 1525 - Tests for system.module.
Class
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',
);
}