1 file_test.stream_wrappers.inc | BackdropDummyRemoteStreamWrapper::realpath() |
Base implementation of realpath().
Overrides BackdropLocalStreamWrapper::realpath
File
- core/
modules/ simpletest/ tests/ file_test.stream_wrappers.inc, line 44 - Stream wrapper classes used in testing.
Class
- BackdropDummyRemoteStreamWrapper
- Helper class for testing the stream wrapper registry.
Code
function realpath() {
return FALSE;
}