You are here

public function oEmbedStream::stream_close in oEmbed 8

Support for fclose().

@todo document why this returns TRUE.

Return value

bool TRUE if stream was successfully closed.

Overrides PhpStreamWrapperInterface::stream_close

File

src/StreamWrapper/oEmbedStream.php, line 222
Create a oEmbed Stream Wrapper class.

Class

oEmbedStream
@file Create a oEmbed Stream Wrapper class.

Namespace

Drupal\oembed\StreamWrapper

Code

public function stream_close() {
  return TRUE;
}