You are here

function ResourceStreamWrapperInterface::htmlUrl in D7 Media 6

Return the html accessible URL for a resource.

Parameters

$url: Stream wrapper resource url.

Return value

string

2 methods override ResourceStreamWrapperInterface::htmlUrl()
ResourceReadOnlyStreamWrapper::htmlUrl in resource/ResourceReadOnlyStreamWrapper.inc
Return the html accessible URL for a resource.
ResourceStreamWrapper::htmlUrl in resource/ResourceStreamWrapper.inc
Return the html accessible URL for a resource.

File

resource/ResourceStreamWrapper.inc, line 44

Class

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

Code

function htmlUrl($url);