Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Output.php
function Output::isSilent
File
vendor/
symfony/
console/
Output/
Output.php
, line 78
Class
Output
Base class for output classes.
Namespace
Symfony\Component\Console\Output
Code
public
function
isSilent
() : bool {
return
self::VERBOSITY_SILENT ===
$this
->
verbosity
; }
RSS feed