You are here

function deploy_get_aggregator_plugins in Deploy - Content Staging 7.3

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

Get all aggregator plugins.

2 calls to deploy_get_aggregator_plugins()
deploy_ui_plan::edit_form in modules/deploy_ui/plugins/export_ui/deploy_ui_plan.class.php
Form callback for basic config.
drush_deploy_create_plan in ./deploy.drush.inc
Command callback for creating plans.

File

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

Code

function deploy_get_aggregator_plugins() {
  ctools_include('plugins');
  return ctools_get_plugins('deploy', 'aggregators');
}