You are here

public function LocalLibraryInterface::setLocalPath in Libraries API 8.3

Sets the local path of the library.

Parameters

string $path: The path to the library.

See also

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

File

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

Class

LocalLibraryInterface
Provides an interface for local libraries.

Namespace

Drupal\libraries\ExternalLibrary\Local

Code

public function setLocalPath($path);