You are here

public function oEmbedStream::dir_readdir in oEmbed 8

Support for readdir().

Return value

bool The next filename, or FALSE if there are no more files in the directory.

Overrides PhpStreamWrapperInterface::dir_readdir

File

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

Class

oEmbedStream
@file Create a oEmbed Stream Wrapper class.

Namespace

Drupal\oembed\StreamWrapper

Code

public function dir_readdir() {
  return FALSE;
}