You are here

protected function RulesListConditionsAll::importChildern in Rules List Conditions 7

File

includes/rules_list_conditions.plugins.inc, line 130

Class

RulesListConditionsAll
An all loop.

Code

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