1.20.x stream_wrappers.inc BackdropLocalStreamWrapper::realpath()

Base implementation of realpath().

Overrides BackdropStreamWrapperInterface::realpath

File

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();
}