public function CdnBaseInterface::getLocalFileName in Libraries CDN API 8
Get the local file name of a library file.
Parameters
string $file: The file to check.
string $version: The version to check the file against.
Return value
string Return the file name.
1 method overrides CdnBaseInterface::getLocalFileName()
- CdnBase::getLocalFileName in src/
CdnBase.php - Get the local file name of a library file.
File
- src/
CdnBaseInterface.php, line 157 - Interface CdnBaseInterface.
Class
- CdnBaseInterface
- Interface CdnBaseInterface.
Namespace
Drupal\libraries_cdnCode
public function getLocalFileName($file, $version);