You are here

protected function RulesConditionalElement::exportChildren in Conditional Rules 7

Same name and namespace in other branches
  1. 8 includes/rules_conditional.core.inc \RulesConditionalElement::exportChildren()

Overrides RulesContainerPlugin::exportChildren

1 call to RulesConditionalElement::exportChildren()
RulesConditionalPredicateElement::exportChildren in includes/rules_conditional.core.inc
Exports predicate with actions.
3 methods override RulesConditionalElement::exportChildren()
RulesConditionalDefaultCase::exportChildren in includes/rules_conditional.plugin.inc
RulesConditionalElse::exportChildren in includes/rules_conditional.plugin.inc
RulesConditionalPredicateElement::exportChildren in includes/rules_conditional.core.inc
Exports predicate with actions.

File

includes/rules_conditional.core.inc, line 379
Conditional Rules framework implementation.

Class

RulesConditionalElement
Base conditional element plugin implementation.

Code

protected function exportChildren($key = NULL) {
  return parent::exportChildren('DO');
}