You are here

function restful_token_auth_ctools_plugin_directory in RESTful 7

Implements hook_ctools_plugin_directory().

File

modules/restful_token_auth/restful_token_auth.module, line 68
RESTful token authentication.

Code

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