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

Breadcrumb

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

function SignalableCommandInterface::getSubscribedSignals

Returns the list of signals to subscribe.

1 method overrides SignalableCommandInterface::getSubscribedSignals()
TraceableCommand::getSubscribedSignals in vendor/symfony/console/Command/TraceableCommand.php
Returns the list of signals to subscribe.

File

vendor/symfony/console/Command/SignalableCommandInterface.php, line 24

Class

SignalableCommandInterface
Interface for command reacting to signal.

Namespace

Symfony\Component\Console\Command

Code

public function getSubscribedSignals() : array;
RSS feed
Powered by Drupal