public function CDNBaseInterface::isAvailable in Libraries CDN API 7
Check if library is available.
Return value
bool Return TRUE if the library is available, otherwise, FALSE.
1 method overrides CDNBaseInterface::isAvailable()
- CDNBase::isAvailable in src/
Type/ CDNBase.php - Check if library is available.
File
- src/
Type/ CDNBaseInterface.php, line 20 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function isAvailable();