You are here

public function RulesEventHandlerInterface::summary in Rules 7.2

Returns a user-facing summary of the settings.

Return value

string The summary in HTML, i.e. properly escaped or filtered.

2 methods override RulesEventHandlerInterface::summary()
RulesEventDefaultHandler::summary in includes/rules.event.inc
Implements RulesEventHandlerInterface::summary().
RulesEventHandlerEntityBundle::summary in includes/rules.event.inc
Implements RulesEventHandlerInterface::summary().

File

includes/rules.event.inc, line 83
Contains event handler interface and base classes.

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function summary();