public static function ViewsHandlerFieldCustomTest::getInfo
3.x views_handler_field_custom.test | public static ViewsHandlerFieldCustomTest::getInfo() |
File
- tests/
handlers/ views_handler_field_custom.test, line 12 - Definition of ViewsHandlerFieldCustomTest.
Class
- ViewsHandlerFieldCustomTest
- Tests the core views_handler_field_custom handler.
Code
public static function getInfo() {
return array(
'name' => 'Field: Custom',
'description' => 'Test the core views_handler_field_custom handler.',
'group' => 'Views Handlers',
);
}