You are here

public function LibraryInterface::getType in Libraries API 8.3

Returns the library type of the library.

Return value

\Drupal\libraries\ExternalLibrary\Type\LibraryTypeInterface The library of the library.

1 method overrides LibraryInterface::getType()
LibraryBase::getType in src/ExternalLibrary/LibraryBase.php
Returns the library type of the library.

File

src/ExternalLibrary/LibraryInterface.php, line 42

Class

LibraryInterface
Provides an interface for different types of external libraries.

Namespace

Drupal\libraries\ExternalLibrary

Code

public function getType();