You are here

function clients_views_views_api in Web Service Clients 7

Same name and namespace in other branches
  1. 6 clients/clients_views/clients_views.module \clients_views_views_api()

Implemeentation of hook_views_api()

Return value

array @see http://views-help.doc.logrus.com/help/views/api

File

clients/clients_views/clients_views.module, line 39
Client for Views

Code

function clients_views_views_api() {
  return array(
    'api' => 2,
  );
}