1 file_test.stream_wrappers.inc | BackdropDummyStreamWrapper::getExternalUrl() |
Override getExternalUrl().
Return the HTML URI of a public file.
Overrides BackdropStreamWrapperInterface::getExternalUrl
File
- core/
modules/ simpletest/ tests/ file_test.stream_wrappers.inc, line 31 - Stream wrapper classes used in testing.
Class
- BackdropDummyStreamWrapper
- Helper class for testing the stream wrapper registry.
Code
function getExternalUrl() {
return '/dummy/example.txt';
}