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

Breadcrumb

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

function OutputStyle::isDecorated

Overrides OutputInterface::isDecorated

1 call to OutputStyle::isDecorated()
SymfonyStyle::createBlock in vendor/symfony/console/Style/SymfonyStyle.php

File

vendor/symfony/console/Style/OutputStyle.php, line 66

Class

OutputStyle
Decorates output to add console style guide helpers.

Namespace

Symfony\Component\Console\Style

Code

public function isDecorated() : bool {
    return $this->output
        ->isDecorated();
}
RSS feed
Powered by Drupal