protected function RulesConditionalSwitch::exportChildren in Conditional Rules 7
Same name and namespace in other branches
- 8 includes/rules_conditional.plugin.inc \RulesConditionalSwitch::exportChildren()
Overrides RulesContainerPlugin::exportChildren
File
- includes/
rules_conditional.plugin.inc, line 232 - Rules plugin implementation.
Class
- RulesConditionalSwitch
- Switch conditional container.
Code
protected function exportChildren($key = NULL) {
return parent::exportChildren('DO');
}