You are here

public function ReadOnlyPhpStreamWrapperTrait::stream_metadata in Remote Stream Wrapper 8

File

src/StreamWrapper/ReadOnlyPhpStreamWrapperTrait.php, line 103

Class

ReadOnlyPhpStreamWrapperTrait
Trait that contains all unimplemented methods.

Namespace

Drupal\remote_stream_wrapper\StreamWrapper

Code

public function stream_metadata($path, $option, $value) {
  trigger_error('stream_metadata() not supported for HTTP stream wrappers', E_USER_WARNING);
  return FALSE;
}