You are here

public function RulesReactionRule::parameterInfo in Rules 7.2

File

includes/rules.plugins.inc, line 494
Contains plugin info and implementations not needed for rule evaluation.

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