You are here

public function YamlFormLibrariesManager::getLibrary in YAML Form 8

Get library information.

Parameters

string $name: The name of the library.

Return value

array An associative array containing an library.

Overrides YamlFormLibrariesManagerInterface::getLibrary

File

src/YamlFormLibrariesManager.php, line 84

Class

YamlFormLibrariesManager
Form libraries manager.

Namespace

Drupal\yamlform

Code

public function getLibrary($name) {
  return $this->libraries[$name];
}