public function DrupalStreamWrapperInterface::realpath in AmazonS3 7.2
Returns canonical, absolute path of the resource.
Implementation placeholder. PHP's realpath() does not support stream wrappers. We provide this as a default so that individual wrappers may implement their own solutions.
Return value
Returns a string with absolute pathname on success (implemented by core wrappers), or FALSE on failure or if the registered wrapper does not provide an implementation.
File
- tests/
include/ DrupalStreamWrapperInterface.inc, line 117 - Copy in Drupal's stream wrapper interfaces so we don't rely on finding a Drupal installation to run PHPUnit tests.
Class
- DrupalStreamWrapperInterface
- Drupal stream wrapper extension.
Code
public function realpath();