You are here

public function WebformLibrariesManagerInterface::isExcluded in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformLibrariesManagerInterface.php \Drupal\webform\WebformLibrariesManagerInterface::isExcluded()

Determine if library is excluded.

Parameters

string $name: The name of the library.

Return value

bool TRUE if library is excluded.

1 method overrides WebformLibrariesManagerInterface::isExcluded()
WebformLibrariesManager::isExcluded in src/WebformLibrariesManager.php
Determine if library is excluded.

File

src/WebformLibrariesManagerInterface.php, line 80

Class

WebformLibrariesManagerInterface
Defines an interface for libraries classes.

Namespace

Drupal\webform

Code

public function isExcluded($name);