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

Breadcrumb

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

InputArgument::IS_ARRAY

The argument accepts multiple values and turn them into an array (e.g. 'app:foo bar baz' will result in value ['bar', 'baz']).

File

vendor/symfony/console/Input/InputArgument.php, line 41

Class

InputArgument
Represents a command line argument.

Namespace

Symfony\Component\Console\Input

Code

public const IS_ARRAY = 4;

API Navigation

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