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

Breadcrumb

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

function TraceableCommand::__call

File

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

Class

TraceableCommand
@internal

Namespace

Symfony\Component\Console\Command

Code

public function __call(string $name, array $arguments) : mixed {
    return $this->command
        ->{$name}(...$arguments);
}
RSS feed
Powered by Drupal