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

Breadcrumb

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

function OutputInterface::isDecorated

Gets the decorated flag.

3 methods override OutputInterface::isDecorated()
NullOutput::isDecorated in vendor/symfony/console/Output/NullOutput.php
Gets the decorated flag.
Output::isDecorated in vendor/symfony/console/Output/Output.php
Gets the decorated flag.
OutputStyle::isDecorated in vendor/symfony/console/Style/OutputStyle.php
Gets the decorated flag.

File

vendor/symfony/console/Output/OutputInterface.php, line 95

Class

OutputInterface
OutputInterface is the interface implemented by all Output classes.

Namespace

Symfony\Component\Console\Output

Code

public function isDecorated() : bool;
RSS feed
Powered by Drupal