function RulesPlugin::setUpVariables
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 756
Class
- RulesPlugin
- Base class for rules plugins.
Code
protected function setUpVariables() {
return $this->parameterInfo(TRUE);
}