You are here

public function LibraryBase::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.

Overrides LibraryInterface::getType

File

src/ExternalLibrary/LibraryBase.php, line 79

Class

LibraryBase
Provides a base external library implementation.

Namespace

Drupal\libraries\ExternalLibrary

Code

public function getType() {
  return $this->type;
}