public function CDNBaseInterface::getLocalFileName in Libraries CDN API 7
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/
Type/ CDNBase.php - Get the local file name of a library file.
File
- src/
Type/ CDNBaseInterface.php, line 160 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function getLocalFileName($file, $version);