You are here

public static function ViewsHandlerFieldMath::getInfo in Views (for Drupal 7) 7.3

File

tests/handlers/views_handler_field_math.test, line 12
Definition of ViewsHandlerFieldMath.

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',
  );
}