You are here

public function StreamWrapper::realpath in AmazonS3 7.2

@codeCoverageIgnore

Return value

bool FALSE, as this stream wrapper does not support realpath().

File

src/StreamWrapper.php, line 309
Drupal stream wrapper implementation for Amazon S3

Class

StreamWrapper
@file Drupal stream wrapper implementation for Amazon S3

Namespace

Drupal\amazons3

Code

public function realpath() {
  return FALSE;
}