function commerce_option_views_api in Commerce Product Option 7
Same name and namespace in other branches
- 7.2 commerce_option.module \commerce_option_views_api()
Implements hook_views_api().
File
- ./
commerce_option.module, line 252
Code
function commerce_option_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'commerce_option') . '/includes/views',
);
}