*/ /** * Implements hook_views_api(). */ function views_field_view_views_api() { return array( 'api' => '3', ); }