function commerce_shipping_views_api in Commerce Shipping 7
Same name and namespace in other branches
- 7.2 commerce_shipping.module \commerce_shipping_views_api()
Implements hook_views_api().
File
- ./
commerce_shipping.module, line 30 - Defines the shipping system and checkout integration.
Code
function commerce_shipping_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'commerce_shipping') . '/includes/views',
);
}