public function oEmbedStream::dir_rewinddir in oEmbed 8
Support for rewinddir().
Return value
bool TRUE on success.
Overrides PhpStreamWrapperInterface::dir_rewinddir
File
- src/
StreamWrapper/ oEmbedStream.php, line 273 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function dir_rewinddir() {
return FALSE;
}