1 stream_wrappers.inc public BackdropStreamWrapperInterface::getExternalUrl()

Returns a web accessible URL for the resource.

This function should return a URL that can be embedded in a web page and accessed from a browser. For example, the external URL of "youtube://xIpLd0WQKCY" might be "http://www.youtube.com/watch?v=xIpLd0WQKCY".

Return value

Returns a string containing a web accessible URL for the resource.:

File

core/includes/stream_wrappers.inc, line 156
Backdrop stream wrapper interface.

Class

BackdropStreamWrapperInterface
Backdrop stream wrapper extension.

Code

public function getExternalUrl();