You are here

public function CDNBaseInterface::setURL in Libraries CDN API 7

Set a particular URL.

Parameters

string $identifier: The identifier.

string $url: The URL.

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

File

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

Class

CDNBaseInterface
Interface CDNBaseInterface.

Namespace

Drupal\libraries_cdn\Type

Code

public function setURL($identifier, $url);