public function OEmbedStreamWrapper::rmdir in oEmbed 7
Same name and namespace in other branches
- 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::rmdir()
Implements DrupalStreamWrapperInterface::rmdir().
Overrides StreamWrapperInterface::rmdir
File
- ./
OEmbedStreamWrapper.inc, line 398 - Create a oEmbed Stream Wrapper class.
Class
- OEmbedStreamWrapper
- @file Create a oEmbed Stream Wrapper class.
Code
public function rmdir($uri, $options) {
return FALSE;
}