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

Breadcrumb

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

function RunCommandMessage::__construct

Parameters

bool $throwOnFailure If the command has a non-zero exit code, throw {@see RunCommandFailedException}:

bool $catchExceptions @see Application::setCatchExceptions():

File

vendor/symfony/console/Messenger/RunCommandMessage.php, line 25

Class

RunCommandMessage
@author Kevin Bond <kevinbond@gmail.com>

Namespace

Symfony\Component\Console\Messenger

Code

public function __construct(string $input, bool $throwOnFailure = true, bool $catchExceptions = false) {
}

API Navigation

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