function RulesEventSet::stateVariables

Overrides RulesContainerPlugin::stateVariables

File

includes/rules.plugins.inc, line 907

Class

RulesEventSet
This class is used for caching the rules to be evaluated per event.

Code

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