You are here

public function LocalLibraryInterface::getLocalPath in Libraries API 8.3

Gets the local path to the library.

Return value

string The absolute path to the library on the filesystem.

Throws

\Drupal\libraries\ExternalLibrary\Exception\LibraryNotInstalledException

See also

\Drupal\libraries\ExternalLibrary\Local\LocalLibraryInterface::setLocalPath()

File

src/ExternalLibrary/Local/LocalLibraryInterface.php, line 55

Class

LocalLibraryInterface
Provides an interface for local libraries.

Namespace

Drupal\libraries\ExternalLibrary\Local

Code

public function getLocalPath();