function clients_views_views_api in Web Service Clients 6
Same name and namespace in other branches
- 7 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 40 - Client for Views @author Django Beatty
Code
function clients_views_views_api() {
return array(
'api' => 2,
);
}