You are here

function deploy_get_authenticator_plugin in Deploy - Content Staging 7.3

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

Get one authenticator plugin.

File

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

Code

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