You are here

function deploy_get_aggregator_plugin in Deploy - Content Staging 7.2

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

Get one aggregator plugin.

File

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

Code

function deploy_get_aggregator_plugin($name) {
  ctools_include('plugins');
  return ctools_get_plugins('deploy', 'aggregators', $name);
}