function RulesEventHandlerInterface::summary
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
Class
- RulesEventHandlerInterface
- Interface for handling rules events.
Code
public function summary();