You are here

public function RulesEventDefaultHandler::summary in Rules 7.2

Implements RulesEventHandlerInterface::summary().

Overrides RulesEventHandlerInterface::summary

File

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

Class

RulesEventDefaultHandler
A handler for events having no settings. This is the default handler.

Code

public function summary() {
  return check_plain($this->eventInfo['label']);
}