You are here

public function HttpStreamWrapper::stream_close in Remote Stream Wrapper 8

@codeCoverageIgnore

Overrides PhpStreamWrapperInterface::stream_close

File

src/StreamWrapper/HttpStreamWrapper.php, line 108

Class

HttpStreamWrapper
HTTP(s) stream wrapper.

Namespace

Drupal\remote_stream_wrapper\StreamWrapper

Code

public function stream_close() {

  // Nothing to do when closing an HTTP stream.
}