function DrupalDummyRemoteStreamWrapper::realpath

Overrides DrupalLocalStreamWrapper::realpath

File

modules/simpletest/tests/file_test.module, line 466

Class

DrupalDummyRemoteStreamWrapper
Helper class for testing the stream wrapper registry.

Code

function realpath() {
    return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.