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

Breadcrumb

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

InputArgument::REQUIRED

Providing an argument is required (e.g. just 'app:foo' is not allowed).

File

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

Class

InputArgument
Represents a command line argument.

Namespace

Symfony\Component\Console\Input

Code

public const REQUIRED = 1;
RSS feed
Powered by Drupal