You are here

public function YamlFormAddonsManager::getProject in YAML Form 8

Get add-on project information.

Parameters

string $name: The name of the add-on project.

Return value

array An associative array containing an add-on project.

Overrides YamlFormAddonsManagerInterface::getProject

File

src/YamlFormAddonsManager.php, line 32

Class

YamlFormAddonsManager
Form add-ons manager.

Namespace

Drupal\yamlform

Code

public function getProject($name) {
  return $this->projects[$name];
}