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

Breadcrumb

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

function InputInterface::getFirstArgument

Returns the first argument from the raw parameters (not parsed).

2 methods override InputInterface::getFirstArgument()
ArgvInput::getFirstArgument in vendor/symfony/console/Input/ArgvInput.php
Returns the first argument from the raw parameters (not parsed).
ArrayInput::getFirstArgument in vendor/symfony/console/Input/ArrayInput.php
Returns the first argument from the raw parameters (not parsed).

File

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

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

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