You are here

function ViewsHandlerFieldMath::viewsData in Views (for Drupal 7) 7.3

The views data definition.

Overrides ViewsSqlTest::viewsData

File

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

Class

ViewsHandlerFieldMath
Tests the core views_handler_field_math handler.

Code

function viewsData() {
  $data = parent::viewsData();
  return $data;
}