function FileUrlGeneratorInterface::generateAbsoluteString
Same name in other branches
- 9 core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php \Drupal\Core\File\FileUrlGeneratorInterface::generateAbsoluteString()
- 11.x core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php \Drupal\Core\File\FileUrlGeneratorInterface::generateAbsoluteString()
Creates an absolute web-accessible URL string.
Parameters
string $uri: The URI to a file for which we need an external URL, or the path to a shipped file.
Return value
string An absolute string containing a URL that may be used to access the file.
Throws
\Drupal\Core\File\Exception\InvalidStreamWrapperException If a stream wrapper could not be found to generate an external URL.
File
-
core/
lib/ Drupal/ Core/ File/ FileUrlGeneratorInterface.php, line 57
Class
- FileUrlGeneratorInterface
- Generates file URLs for a stream to an external or local file.
Namespace
Drupal\Core\FileCode
public function generateAbsoluteString(string $uri) : string;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.