Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConsoleEvents.php

ConsoleEvents::ALIASES

Event aliases.

These aliases can be consumed by RegisterListenersPass.

File

vendor/symfony/console/ConsoleEvents.php, line 66

Class

ConsoleEvents
Contains all events dispatched by an Application.

Namespace

Symfony\Component\Console

Code

public const ALIASES = [
    ConsoleCommandEvent::class => self::COMMAND,
    ConsoleErrorEvent::class => self::ERROR,
    ConsoleSignalEvent::class => self::SIGNAL,
    ConsoleTerminateEvent::class => self::TERMINATE,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal