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\StreamWrapperCode
public function stream_close() {
// Nothing to do when closing an HTTP stream.
}