You are here

public function WebformLibrariesManagerInterface::exists in Webform 6.x

Determine if a library's directory exist.

Parameters

string $name: The library's directory name.

Return value

bool TRUE if the library's directory exist.

1 method overrides WebformLibrariesManagerInterface::exists()
WebformLibrariesManager::exists in src/WebformLibrariesManager.php
Determine if a library's directory exist.

File

src/WebformLibrariesManagerInterface.php, line 27

Class

WebformLibrariesManagerInterface
Defines an interface for libraries classes.

Namespace

Drupal\webform

Code

public function exists($name);