function RulesEventHandlerInterface::availableVariables

Returns info about the variables provided by this event.

Return value

array An array of provided variables, keyed by variable names and with the variable info array as value.

1 method overrides RulesEventHandlerInterface::availableVariables()
RulesEventHandlerBase::availableVariables in includes/rules.event.inc
Implements RulesEventHandlerInterface::availableVariables().

File

includes/rules.event.inc, line 132

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function availableVariables();