You are here

function hosting_deploy_get_strategies_options_list in Aegir Deploy 7.3

Callback to populate the list of valid options for deployment strategies.

1 string reference to 'hosting_deploy_get_strategies_options_list'
hosting_deploy_field_default_field_bases in ./hosting_deploy.features.field_base.inc
Implements hook_field_default_field_bases().

File

./hosting_deploy.module, line 68
Drupal hooks for the hosting_deploy module.

Code

function hosting_deploy_get_strategies_options_list() {
  return HostingDeployForm::getStrategyLabels();
}