Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AppendStream.php
function AppendStream::isWritable
Overrides
StreamInterface::isWritable
File
vendor/
guzzlehttp/
psr7/
src/
AppendStream.php
, line 226
Class
AppendStream
Reads from multiple streams, one after the other.
Namespace
GuzzleHttp\Psr7
Code
public
function
isWritable
() : bool {
return
false
; }
RSS feed