public function oEmbedStream::dirname in oEmbed 8
Implements DrupalStreamWrapperInterface::dirname().
Parameters
null $uri:
Return value
bool|string
Overrides StreamWrapperInterface::dirname
File
- src/
StreamWrapper/ oEmbedStream.php, line 292 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function dirname($uri = NULL) {
return FALSE;
}