function RulesEventDefaultHandler::summary
Implements RulesEventHandlerInterface::summary().
Overrides RulesEventHandlerInterface::summary
File
-
includes/
rules.event.inc, line 288
Class
- RulesEventDefaultHandler
- A handler for events having no settings. This is the default handler.
Code
public function summary() {
return check_plain($this->eventInfo['label']);
}