You are here

public function CDNBaseInterface::getLocalDirectoryName in Libraries CDN API 7

Get the local directory name of a library.

Parameters

string $version: The version to check the file against.

Return value

string Return the directory name.

1 method overrides CDNBaseInterface::getLocalDirectoryName()
CDNBase::getLocalDirectoryName in src/Type/CDNBase.php
Get the local directory name of a library.

File

src/Type/CDNBaseInterface.php, line 171
Interface CDNBaseInterface.

Class

CDNBaseInterface
Interface CDNBaseInterface.

Namespace

Drupal\libraries_cdn\Type

Code

public function getLocalDirectoryName($version = NULL);