You are here

public function CdnBaseInterface::getLocalCopy in Libraries CDN API 8

Copy a library from the CDN to the local filesystem.

Parameters

array $versions: The library versions to copy.

1 method overrides CdnBaseInterface::getLocalCopy()
CdnBase::getLocalCopy in src/CdnBase.php
Copy a library from the CDN to the local filesystem.

File

src/CdnBaseInterface.php, line 176
Interface CdnBaseInterface.

Class

CdnBaseInterface
Interface CdnBaseInterface.

Namespace

Drupal\libraries_cdn

Code

public function getLocalCopy(array $versions = array());