function RulesCommands::listEvents

Show a list of Rules events.

@command rules:events @aliases rules-events

File

src/Commands/RulesCommands.php, line 348

Class

RulesCommands
Drush 9+ commands for the Rules module.

Namespace

Drupal\rules\Commands

Code

public function listEvents() {
    $this->formatOutput('plugin.manager.rules_event', 'Available Rules Events:');
}