Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Installer.php
function Installer::isVerbose
Checks, if running in verbose mode.
File
vendor/
composer/
composer/
src/
Composer/
Installer.php
, line 1366
Class
Installer
@author Jordi Boggiano <
j.boggiano@seld.be
> @author Beau Simensen <
beau@dflydev.com
> @author Konstantin Kudryashov <
ever.zet@gmail.com
> @author Nils Adermann <
naderman@naderman.de
>
Namespace
Composer
Code
public
function
isVerbose
() : bool {
return
$this
->
verbose
; }
RSS feed