You are here

protected function RulesPlugin::setUpVariables in Rules 7.2

Returns info about all variables that have to be setup in the state.

1 call to RulesPlugin::setUpVariables()
RulesPlugin::setUpState in includes/rules.core.inc
Sets up the execution state for the given arguments.
1 method overrides RulesPlugin::setUpVariables()
RulesContainerPlugin::setUpVariables in includes/rules.core.inc
Returns info about all variables that have to be setup in the state.

File

includes/rules.core.inc, line 753
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesPlugin
Base class for rules plugins.

Code

protected function setUpVariables() {
  return $this
    ->parameterInfo(TRUE);
}