public function S3fsStreamWrapper::stream_metadata in S3 File System 7.3
Same name and namespace in other branches
- 7.2 S3fsStreamWrapper.inc \S3fsStreamWrapper::stream_metadata()
File
- ./
S3fsStreamWrapper.inc, line 646 - Drupal stream wrapper implementation for S3 File System.
Class
- S3fsStreamWrapper
- The stream wrapper class.
Code
public function stream_metadata($path, $option, $value) {
return FALSE;
}