You are here

public function OEmbedStreamWrapper::dirname in oEmbed 7

Same name and namespace in other branches
  1. 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::dirname()

Implements DrupalStreamWrapperInterface::dirname().

Overrides DrupalStreamWrapperInterface::dirname

File

./OEmbedStreamWrapper.inc, line 412
Create a oEmbed Stream Wrapper class.

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

public function dirname($uri = NULL) {
  return FALSE;
}