You are here

function deploy_get_authenticator_plugin in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 deploy.module \deploy_get_authenticator_plugin()

Get one authenticator plugin.

File

./deploy.module, line 109
Deploy module functions.

Code

function deploy_get_authenticator_plugin($name) {
  ctools_include('plugins');
  return ctools_get_plugins('deploy', 'authenticators', $name);
}