Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
StreamableInputInterface.php
function StreamableInputInterface::getStream
Returns the input stream.
Return value
resource|null
1 method overrides
StreamableInputInterface::getStream()
Input::getStream
in vendor/
symfony/
console/
Input/
Input.php
File
vendor/
symfony/
console/
Input/
StreamableInputInterface.php
, line 36
Class
StreamableInputInterface
StreamableInputInterface is the interface implemented by all input classes that have an input stream.
Namespace
Symfony\Component\Console\Input
Code
public
function
getStream
();
RSS feed