You are here

function commerce_license_role_ctools_plugin_directory in Commerce License 7

Implements hook_ctools_plugin_directory().

File

modules/commerce_license_role/commerce_license_role.module, line 11
Provides a license type for selling roles.

Code

function commerce_license_role_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'commerce_license') {
    return "plugins/{$plugin_type}";
  }
}