You are here

function commerce_cart_ctools_plugin_directory in Commerce Core 7

Implements hook_ctools_plugin_directory().

File

modules/cart/commerce_cart.module, line 2955
Implements the shopping cart system and add to cart features.

Code

function commerce_cart_ctools_plugin_directory($module, $plugin) {
  if ($module == 'commerce_cart') {
    return 'plugins/' . $plugin;
  }
}