You are here

public function ConfigurableEventHandlerEntityBundle::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.

Overrides RulesConfigurableEventHandlerInterface::summary

File

src/EventHandler/ConfigurableEventHandlerEntityBundle.php, line 28

Class

ConfigurableEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Namespace

Drupal\rules\EventHandler

Code

public function summary() {

  // Nothing to do by default.
}