You are here

public function CdnBaseInterface::getFiles in Libraries CDN API 8

Return all available file(s).

Parameters

array $version: Filter the returning array with this one.

Return value

array Return an array with available files of the library.

1 method overrides CdnBaseInterface::getFiles()
CdnBase::getFiles in src/CdnBase.php
Return all available file(s).

File

src/CdnBaseInterface.php, line 39
Interface CdnBaseInterface.

Class

CdnBaseInterface
Interface CdnBaseInterface.

Namespace

Drupal\libraries_cdn

Code

public function getFiles(array $version = array());