You are here

function commerce_option_views_api in Commerce Product Option 7.2

Same name and namespace in other branches
  1. 7 commerce_option.module \commerce_option_views_api()

Implements hook_views_api().

File

./commerce_option.module, line 6

Code

function commerce_option_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}