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

Breadcrumb

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

function InputInterface::__toString

Returns a stringified representation of the args passed to the command.

InputArguments MUST be escaped as well as the InputOption values passed to the command.

2 methods override InputInterface::__toString()
ArgvInput::__toString in vendor/symfony/console/Input/ArgvInput.php
Returns a stringified representation of the args passed to the command.
ArrayInput::__toString in vendor/symfony/console/Input/ArrayInput.php
Returns a stringified representation of the args passed to the command.

File

vendor/symfony/console/Input/InputInterface.php, line 137

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function __toString() : string;
RSS feed
Powered by Drupal