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

Breadcrumb

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

function CliRequest::getMethod

Overrides Request::getMethod

File

vendor/symfony/console/Debug/CliRequest.php, line 44

Class

CliRequest
@internal

Namespace

Symfony\Component\Console\Debug

Code

public function getMethod() : string {
    return $this->command->isInteractive ? 'INTERACTIVE' : 'BATCH';
}

API Navigation

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