You are here

function ResourceStreamWrapperInterface::interpolateUrl in D7 Media 6

Return an absolute stream resource URL.

Parameters

$url: Stream wrapper resource url.

Return value

string

2 methods override ResourceStreamWrapperInterface::interpolateUrl()
ResourceReadOnlyStreamWrapper::interpolateUrl in resource/ResourceReadOnlyStreamWrapper.inc
Return an absolute stream resource URL.
ResourceStreamWrapper::interpolateUrl in resource/ResourceStreamWrapper.inc
Return an absolute stream resource URL.

File

resource/ResourceStreamWrapper.inc, line 60

Class

ResourceStreamWrapperInterface
Definition for a Resource stream wrapper in Drupal. Extends the StreamWrapperInterface with methods expected by the Drupal Resource Classes.

Code

function interpolateUrl($url);