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

Breadcrumb

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

function PipesInterface::getFiles

Returns an array of filenames indexed by their related stream in case these pipes use temporary files.

Return value

string[]

2 methods override PipesInterface::getFiles()
UnixPipes::getFiles in vendor/symfony/process/Pipes/UnixPipes.php
Returns an array of filenames indexed by their related stream in case these pipes use temporary files.
WindowsPipes::getFiles in vendor/symfony/process/Pipes/WindowsPipes.php
Returns an array of filenames indexed by their related stream in case these pipes use temporary files.

File

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

Class

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

Namespace

Symfony\Component\Process\Pipes

Code

public function getFiles() : array;

API Navigation

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