You are here

public function CDNBaseInterface::getLocalCopy in Libraries CDN API 7

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/Type/CDNBase.php
Copy a library from the CDN to the local filesystem.

File

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

Class

CDNBaseInterface
Interface CDNBaseInterface.

Namespace

Drupal\libraries_cdn\Type

Code

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