public function CdnBaseInterface::isLocalAvailable in Libraries CDN API 8
Check if a file is available locally.
Parameters
string $file: The file to check.
string $version: The version to check the file against.
Return value
bool Return TRUE if the file is available, FALSE otherwise.
1 method overrides CdnBaseInterface::isLocalAvailable()
- CdnBase::isLocalAvailable in src/
CdnBase.php - Check if a file is available locally.
File
- src/
CdnBaseInterface.php, line 144 - Interface CdnBaseInterface.
Class
- CdnBaseInterface
- Interface CdnBaseInterface.
Namespace
Drupal\libraries_cdnCode
public function isLocalAvailable($file, $version);