You are here

public function RulesConfigurableEventHandlerInterface::summary in Rules 8.3

Provides a human readable summary of the event's configuration.

Return value

string|\Drupal\Component\Render\MarkupInterface The human readable summary.

1 method overrides RulesConfigurableEventHandlerInterface::summary()
ConfigurableEventHandlerEntityBundle::summary in src/EventHandler/ConfigurableEventHandlerEntityBundle.php
Provides a human readable summary of the event's configuration.

File

src/Core/RulesConfigurableEventHandlerInterface.php, line 53

Class

RulesConfigurableEventHandlerInterface
Interface for handling configurable rules events.

Namespace

Drupal\rules\Core

Code

public function summary();