function DummyRemoteStreamWrapper::realpath

Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::realpath().

Overrides LocalStream::realpath

File

drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyRemoteStreamWrapper.php, line 20
Definition of Drupal\file_test\DummyRemoteStreamWrapper.

Class

DummyRemoteStreamWrapper
Helper class for testing the stream wrapper registry.

Namespace

Drupal\file_test

Code

function realpath() {
  return FALSE;
}