You are here

function commerce_license_ctools_plugin_directory in Commerce License 7

Implements hook_ctools_plugin_directory().

File

./commerce_license.module, line 100
Provides a framework for selling access to local or remote resources.

Code

function commerce_license_ctools_plugin_directory($module, $plugin) {
  if ($module == 'commerce_license') {
    return 'includes/plugins/' . $plugin;
  }
}