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

Breadcrumb

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

function InputInterface::getArguments

Returns all the given arguments merged with the default values.

Return value

array<string|bool|int|float|array|null>

1 method overrides InputInterface::getArguments()
Input::getArguments in vendor/symfony/console/Input/Input.php
Returns all the given arguments merged with the default values.

File

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

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function getArguments() : array;
RSS feed
Powered by Drupal