public function CDNBaseInterface::getFiles in Libraries CDN API 7
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/
Type/ CDNBase.php - Return all available file(s).
File
- src/
Type/ CDNBaseInterface.php, line 39 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function getFiles(array $version = array());