You are here

protected function RulesConditionalContainer::stateVariables in Conditional Rules 7

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

Declares only parent state variables for individual branches.

By definition, divergent branches should not have each other's variables.

Overrides RulesContainerPlugin::stateVariables

File

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

Class

RulesConditionalContainer
Base conditional statement plugin implementation.

Code

protected function stateVariables($element = NULL) {
  return $this
    ->availableVariables();
}