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