You are here

public static function LibrariesCDN::getInformation in Libraries CDN API 7

Same name and namespace in other branches
  1. 8 src/LibrariesCdn.php \Drupal\libraries_cdn\LibrariesCdn::getInformation()

Get library information.

Return value

array Return an array containing information about the library.

2 calls to LibrariesCDN::getInformation()
LibrariesCDN::getCDNLibrariesVariants in src/LibrariesCDN.php
Generate an array for the variants of the Libraries API module.
LibrariesCDN::getLocalLibrariesVariants in src/LibrariesCDN.php
Generate an array for the variants of the Libraries API module.

File

src/LibrariesCDN.php, line 214
Contains LibrariesCDN.

Class

LibrariesCDN
Class LibrariesCDN.

Namespace

Drupal\libraries_cdn

Code

public static function getInformation() {
  return self::$plugin
    ->getInformation();
}