public function AmazonS3StreamWrapper::realpath in AmazonS3 7
Returns canonical, absolute path of the resource.
Return value
bool Returns FALSE as this wrapper does not provide an implementation.
Overrides DrupalStreamWrapperInterface::realpath
File
- ./
AmazonS3StreamWrapper.inc, line 377 - Drupal stream wrapper implementation for Amazon S3
Class
- AmazonS3StreamWrapper
- @file Drupal stream wrapper implementation for Amazon S3
Code
public function realpath() {
return FALSE;
}