public function LibraryInterface::getId in Libraries API 8.3
Returns the ID of the library.
Return value
string The library ID. This must be unique among all known libraries.
File
- src/
ExternalLibrary/ LibraryInterface.php, line 34
Class
- LibraryInterface
- Provides an interface for different types of external libraries.
Namespace
Drupal\libraries\ExternalLibraryCode
public function getId();