You are here

protected function RulesConditionalSwitch::importChildren in Conditional Rules 8

Same name and namespace in other branches
  1. 7 includes/rules_conditional.plugin.inc \RulesConditionalSwitch::importChildren()

File

includes/rules_conditional.plugin.inc, line 228
Rules plugin implementation.

Class

RulesConditionalSwitch
Switch conditional container.

Code

protected function importChildren($export, $key = NULL) {
  parent::importChildren($export, 'DO');
}