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

Breadcrumb

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

function TraceableCommand::getSubscribedSignals

Overrides SignalableCommandInterface::getSubscribedSignals

File

vendor/symfony/console/Command/TraceableCommand.php, line 89

Class

TraceableCommand
@internal

Namespace

Symfony\Component\Console\Command

Code

public function getSubscribedSignals() : array {
    return $this->command instanceof SignalableCommandInterface ? $this->command
        ->getSubscribedSignals() : [];
}
RSS feed
Powered by Drupal