You are here

public static function LibrariesCdn::getInformation in Libraries CDN API 8

Same name and namespace in other branches
  1. 7 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 215
Contains LibrariesCdn.

Class

LibrariesCdn
Class LibrariesCdn.

Namespace

Drupal\libraries_cdn

Code

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