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

Breadcrumb

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

ConsoleEvents::SIGNAL

The SIGNAL event allows you to perform some actions after the command execution was interrupted.

Plugin annotation

@Event("Symfony\\Component\\Console\\Event\\ConsoleSignalEvent");

File

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

Class

ConsoleEvents
Contains all events dispatched by an Application.

Namespace

Symfony\Component\Console

Code

public const SIGNAL = 'console.signal';

API Navigation

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