public function LibraryManagerInterface::getRequiredLibraryIds in Libraries API 8.3
Gets the list of libraries that are required by enabled extensions.
Modules, themes, and installation profiles can declare library dependencies by specifying a 'library_dependencies' key in their info files.
Return value
string[] An array of library IDs.
1 method overrides LibraryManagerInterface::getRequiredLibraryIds()
- LibraryManager::getRequiredLibraryIds in src/
ExternalLibrary/ LibraryManager.php - Gets the list of libraries that are required by enabled extensions.
File
- src/
ExternalLibrary/ LibraryManagerInterface.php, line 34
Class
- LibraryManagerInterface
- Provides an interface for external library managers.
Namespace
Drupal\libraries\ExternalLibraryCode
public function getRequiredLibraryIds();