function commerce_cart_views_api in Commerce Core 7
Implements hook_views_api().
File
- modules/
cart/ commerce_cart.module, line 580 - Implements the shopping cart system and add to cart features.
Code
function commerce_cart_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'commerce_cart') . '/includes/views',
);
}