public static function ViewsHandlerTestXss::getInfo in Views (for Drupal 7) 7.3
File
- tests/
handlers/ views_handler_field_xss.test, line 14 - Definition of ViewsHandlerTestXss.
Class
- ViewsHandlerTestXss
- Tests the core views_handler_field_css handler.
Code
public static function getInfo() {
return array(
'name' => 'Field: Xss',
'description' => 'Test the core views_handler_field_css handler.',
'group' => 'Views Handlers',
);
}