function ViewsHandlerFieldMath::getInfo

File

tests/handlers/views_handler_field_math.test, line 16

Class

ViewsHandlerFieldMath
Tests the core views_handler_field_math handler.

Code

public static function getInfo() {
    return array(
        'name' => 'Field: Math',
        'description' => 'Test the core views_handler_field_math handler.',
        'group' => 'Views Handlers',
    );
}