public function WebformLibrariesManagerInterface::getExcludedLibraries in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformLibrariesManagerInterface.php \Drupal\webform\WebformLibrariesManagerInterface::getExcludedLibraries()
Get excluded libraries.
Return value
array A keyed array of excluded libraries.
1 method overrides WebformLibrariesManagerInterface::getExcludedLibraries()
- WebformLibrariesManager::getExcludedLibraries in src/
WebformLibrariesManager.php - Get excluded libraries.
File
- src/
WebformLibrariesManagerInterface.php, line 46
Class
- WebformLibrariesManagerInterface
- Defines an interface for libraries classes.
Namespace
Drupal\webformCode
public function getExcludedLibraries();