Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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