You are here

protected function RulesConditionalContainer::stateVariables in Conditional Rules 8

Same name and namespace in other branches
  1. 7 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.

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();
}