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

Breadcrumb

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

function ConsoleSectionOutput::getContent

1 call to ConsoleSectionOutput::getContent()
ConsoleSectionOutput::getVisibleContent in vendor/symfony/console/Output/ConsoleSectionOutput.php

File

vendor/symfony/console/Output/ConsoleSectionOutput.php, line 91

Class

ConsoleSectionOutput
@author Pierre du Plessis <pdples@gmail.com> @author Gabriel Ostrolucký <gabriel.ostrolucky@gmail.com>

Namespace

Symfony\Component\Console\Output

Code

public function getContent() : string {
    return implode('', $this->content);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal