You are here

function hosting_platform_views_api in Hosting 7.3

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

Implements hook_views_api().

File

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

Code

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