You are here

protected function RulesConditionalSwitch::exportChildren in Conditional Rules 8

Same name and namespace in other branches
  1. 7 includes/rules_conditional.plugin.inc \RulesConditionalSwitch::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');
}