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