1 stream_wrappers.inc BackdropLocalStreamWrapper::realpath()

Base implementation of realpath().

Overrides BackdropStreamWrapperInterface::realpath

File

core/includes/stream_wrappers.inc, line 352
Backdrop stream wrapper interface.

Class

BackdropLocalStreamWrapper
Backdrop stream wrapper base class for local files.

Code

function realpath() {
  return $this->getLocalPath();
}