function RulesConfigurableEventHandlerInterface::summary
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 57
Class
- RulesConfigurableEventHandlerInterface
- Interface for handling configurable rules events.
Namespace
Drupal\rules\CoreCode
public function summary();