function DrupalDummyStreamWrapper::getExternalUrl

Override getExternalUrl().

Return the HTML URI of a public file.

Overrides DrupalStreamWrapperInterface::getExternalUrl

File

drupal/modules/simpletest/tests/file_test.module, line 445
Helper module for the file tests.

Class

DrupalDummyStreamWrapper
Helper class for testing the stream wrapper registry.

Code

function getExternalUrl() {
  return '/dummy/example.txt';
}