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

Breadcrumb

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

function StreamOutput::getStream

Gets the stream attached to this StreamOutput instance.

Return value

resource

1 call to StreamOutput::getStream()
ConsoleOutput::section in vendor/symfony/console/Output/ConsoleOutput.php
Creates a new output section.

File

vendor/symfony/console/Output/StreamOutput.php, line 61

Class

StreamOutput
StreamOutput writes the output to a given stream.

Namespace

Symfony\Component\Console\Output

Code

public function getStream() {
    return $this->stream;
}

API Navigation

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