You are here

public function WebformLibrariesManagerInterface::getExcludedLibraries in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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 69

Class

WebformLibrariesManagerInterface
Defines an interface for libraries classes.

Namespace

Drupal\webform

Code

public function getExcludedLibraries();