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

Breadcrumb

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

function InputStream::isClosed

Tells whether the write buffer is closed or not.

1 call to InputStream::isClosed()
InputStream::write in vendor/symfony/process/InputStream.php
Appends an input to the write buffer.

File

vendor/symfony/process/InputStream.php, line 65

Class

InputStream
Provides a way to continuously write to the input of a Process until the InputStream is closed.

Namespace

Symfony\Component\Process

Code

public function isClosed() : bool {
    return !$this->open;
}

API Navigation

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