Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Application.php
function Application::isSingleCommand
@internal
File
vendor/
symfony/
console/
Application.php
, line 1256
Class
Application
An Application is the container for a collection of commands.
Namespace
Symfony\Component\Console
Code
public
function
isSingleCommand
() : bool {
return
$this
->
singleCommand
; }
RSS feed