You are here

function hosting_platform_views_api in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 platform/hosting_platform.module \hosting_platform_views_api()
  2. 7.3 platform/hosting_platform.module \hosting_platform_views_api()

Implementation of hook_views_api().

File

platform/hosting_platform.module, line 627
Platform node type definition.

Code

function hosting_platform_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'hosting_platform'),
  );
}