You are here

public function DrupalStreamWrapperInterface::getExternalUrl in AmazonS3 7.2

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

tests/include/DrupalStreamWrapperInterface.inc, line 72
Copy in Drupal's stream wrapper interfaces so we don't rely on finding a Drupal installation to run PHPUnit tests.

Class

DrupalStreamWrapperInterface
Drupal stream wrapper extension.

Code

public function getExternalUrl();