function RulesReactionRule::parameterInfo

File

includes/rules.plugins.inc, line 494

Class

RulesReactionRule
Represents rules getting triggered by events.

Code

public function parameterInfo($optional = FALSE) {
    // If executed directly, all variables as defined by the event need to
    // be passed.
    return rules_filter_array($this->availableVariables(), 'handler', FALSE);
}