You are here

public function WebformLibrariesManagerInterface::find in Webform 6.x

Finds files that are located in the supported 'libraries' directories.

Parameters

string $path: The path for the library file to find.

Return value

string|false The real path to the library file relative to the root directory. If the library cannot be found then FALSE.

1 method overrides WebformLibrariesManagerInterface::find()
WebformLibrariesManager::find in src/WebformLibrariesManager.php
Finds files that are located in the supported 'libraries' directories.

File

src/WebformLibrariesManagerInterface.php, line 39

Class

WebformLibrariesManagerInterface
Defines an interface for libraries classes.

Namespace

Drupal\webform

Code

public function find($name);