function StreamWrapperInterface::getExternalUrl

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl()
  2. 8.9.x core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl()
  3. 10 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::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://random_string" might be "http://www.youtube.com/watch?v=random_string".

Return value

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

7 methods override StreamWrapperInterface::getExternalUrl()
DummyExternalReadOnlyWrapper::getExternalUrl in core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
Returns a web accessible URL for the resource.
DummyReadOnlyStreamWrapper::getExternalUrl in core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
Override getExternalUrl().
DummyStreamWrapper::getExternalUrl in core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
Override getExternalUrl().
PrivateStream::getExternalUrl in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns a web accessible URL for the resource.
PublicStream::getExternalUrl in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns a web accessible URL for the resource.

... See full list

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 152

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getExternalUrl();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.