function deploy_rules_manager_plan_get_options in Deploy - Content Staging 7.3
Same name and namespace in other branches
- 7.2 deploy.rules.inc \deploy_rules_manager_plan_get_options()
Option callback.
1 string reference to 'deploy_rules_manager_plan_get_options'
- deploy_rules_action_info in ./
deploy.rules.inc - Implements hook_rules_action_info().
File
- ./
deploy.rules.inc, line 95 - Rules implementations.
Code
function deploy_rules_manager_plan_get_options() {
return deploy_manager_plan_get_options(array(
'fetch_only' => FALSE,
));
}