You are here

public function LocalLibraryInterface::setUninstalled in Libraries API 8.3

Marks the library as uninstalled.

A corresponding method to mark the library as installed is not provided as an installed library should have a library path, so that LocalLibraryInterface::setLibraryPath() can be used instead.

Return value

$this

See also

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

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

File

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

Class

LocalLibraryInterface
Provides an interface for local libraries.

Namespace

Drupal\libraries\ExternalLibrary\Local

Code

public function setUninstalled();