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

Breadcrumb

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

function InputDefinition::getArguments

Gets the array of InputArgument objects.

Return value

InputArgument[]

1 call to InputDefinition::getArguments()
InputDefinition::getSynopsis in vendor/symfony/console/Input/InputDefinition.php
Gets the synopsis.

File

vendor/symfony/console/Input/InputDefinition.php, line 155

Class

InputDefinition
A InputDefinition represents a set of valid command line arguments and options.

Namespace

Symfony\Component\Console\Input

Code

public function getArguments() : array {
    return $this->arguments;
}
RSS feed
Powered by Drupal