You are here

function hosting_site_views_api in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 site/hosting_site.module \hosting_site_views_api()
  2. 7.3 site/hosting_site.module \hosting_site_views_api()

Views integration

File

site/hosting_site.module, line 671

Code

function hosting_site_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'hosting_site') . '/views',
  );
}