You are here

protected static function HostingDeployForm::getStrategies in Aegir Deploy 7.3

2 calls to HostingDeployForm::getStrategies()
HostingDeployForm::getStrategyLabels in includes/HostingDeployForm.inc
HostingDeployForm::getStrategyRequiredFields in includes/HostingDeployForm.inc

File

includes/HostingDeployForm.inc, line 80
The HostingDeployForm class.

Class

HostingDeployForm
@file The HostingDeployForm class.

Code

protected static function getStrategies() {
  $strategies = module_invoke_all('platform_deploy_strategies');
  drupal_alter('platform_deploy_strategies', $strategies);
  return $strategies;
}