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

Breadcrumb

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

function ArgvInput::setTokens

Parameters

list<string> $tokens :

1 call to ArgvInput::setTokens()
StringInput::__construct in vendor/symfony/console/Input/StringInput.php

File

vendor/symfony/console/Input/ArgvInput.php, line 67

Class

ArgvInput
ArgvInput represents an input coming from the CLI arguments.

Namespace

Symfony\Component\Console\Input

Code

protected function setTokens(array $tokens) : void {
    $this->tokens = $tokens;
}

API Navigation

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