function DrupalLocalStreamWrapper::realpath
Base implementation of realpath().
Overrides DrupalStreamWrapperInterface::realpath
1 method overrides DrupalLocalStreamWrapper::realpath()
- DrupalDummyRemoteStreamWrapper::realpath in modules/
simpletest/ tests/ file_test.module - Base implementation of realpath().
File
-
includes/
stream_wrappers.inc, line 353
Class
- DrupalLocalStreamWrapper
- Drupal stream wrapper base class for local files.
Code
function realpath() {
return $this->getLocalPath();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.