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