You are here

public function CdnBaseInterface::getLocalDirectoryName in Libraries CDN API 8

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/CdnBase.php
Get the local directory name of a library.

File

src/CdnBaseInterface.php, line 168
Interface CdnBaseInterface.

Class

CdnBaseInterface
Interface CdnBaseInterface.

Namespace

Drupal\libraries_cdn

Code

public function getLocalDirectoryName($version = NULL);