You are here

public function CDNBaseInterface::getURL in Libraries CDN API 7

Get a particular URL.

Return value

string The URL.

1 method overrides CDNBaseInterface::getURL()
CDNBase::getURL in src/Type/CDNBase.php
Get a particular URL.

File

src/Type/CDNBaseInterface.php, line 73
Interface CDNBaseInterface.

Class

CDNBaseInterface
Interface CDNBaseInterface.

Namespace

Drupal\libraries_cdn\Type

Code

public function getURL($identifier);