You are here

function hybridauth_ctools_plugin_directory in HybridAuth Social Login 7.2

Same name and namespace in other branches
  1. 6.2 hybridauth.module \hybridauth_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./hybridauth.module, line 641
Main file for the HybridAuth module.

Code

function hybridauth_ctools_plugin_directory($module, $type) {
  if ($module == 'hybridauth' && ($type == 'icon_pack' || $type == 'provider')) {
    return 'plugins/' . $type;
  }
}