Loading ui/ui.plugins.inc +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class RulesRuleUI extends RulesActionContainerUI { $this->conditions = $this->rule->conditionContainer(); } public function form(&$form, &$form_state, $options = array()) { public function form(&$form, &$form_state, $options = array(), $iterator = NULL) { $form_state['rules_element'] = $this->rule; $label = $this->element->label(); // Automatically add a counter to unlabelled rules. Loading Loading @@ -84,7 +84,7 @@ class RulesRuleUI extends RulesActionContainerUI { */ class RulesReactionRuleUI extends RulesRuleUI { public function form(&$form, &$form_state, $options = array()) { public function form(&$form, &$form_state, $options = array(), $iterator = NULL) { $form['events'] = array( '#type' => 'container', '#weight' => -10, Loading Loading @@ -193,7 +193,7 @@ class RulesRuleSetUI extends RulesActionContainerUI { */ class RulesLoopUI extends RulesActionContainerUI { public function form(&$form, &$form_state, $options = array()) { public function form(&$form, &$form_state, $options = array(), $iterator = NULL) { parent::form($form, $form_state, $options); $settings = $this->element->settings; Loading Loading
ui/ui.plugins.inc +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class RulesRuleUI extends RulesActionContainerUI { $this->conditions = $this->rule->conditionContainer(); } public function form(&$form, &$form_state, $options = array()) { public function form(&$form, &$form_state, $options = array(), $iterator = NULL) { $form_state['rules_element'] = $this->rule; $label = $this->element->label(); // Automatically add a counter to unlabelled rules. Loading Loading @@ -84,7 +84,7 @@ class RulesRuleUI extends RulesActionContainerUI { */ class RulesReactionRuleUI extends RulesRuleUI { public function form(&$form, &$form_state, $options = array()) { public function form(&$form, &$form_state, $options = array(), $iterator = NULL) { $form['events'] = array( '#type' => 'container', '#weight' => -10, Loading Loading @@ -193,7 +193,7 @@ class RulesRuleSetUI extends RulesActionContainerUI { */ class RulesLoopUI extends RulesActionContainerUI { public function form(&$form, &$form_state, $options = array()) { public function form(&$form, &$form_state, $options = array(), $iterator = NULL) { parent::form($form, $form_state, $options); $settings = $this->element->settings; Loading