You are here

public function OEmbedStreamWrapper::rename in oEmbed 7

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

Implements DrupalStreamWrapperInterface::rename().

Overrides StreamWrapperInterface::rename

File

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

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

public function rename($from_uri, $to_uri) {
  return FALSE;
}