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

Breadcrumb

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

function PipesInterface::haveReadSupport

Returns if pipes are able to read output.

2 methods override PipesInterface::haveReadSupport()
UnixPipes::haveReadSupport in vendor/symfony/process/Pipes/UnixPipes.php
Returns if pipes are able to read output.
WindowsPipes::haveReadSupport in vendor/symfony/process/Pipes/WindowsPipes.php
Returns if pipes are able to read output.

File

vendor/symfony/process/Pipes/PipesInterface.php, line 55

Class

PipesInterface
PipesInterface manages descriptors and pipes for the use of proc_open.

Namespace

Symfony\Component\Process\Pipes

Code

public function haveReadSupport() : bool;

API Navigation

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