You are here

public function YamlFormAddonsManagerInterface::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.

1 method overrides YamlFormAddonsManagerInterface::getProject()
YamlFormAddonsManager::getProject in src/YamlFormAddonsManager.php
Get add-on project information.

File

src/YamlFormAddonsManagerInterface.php, line 19

Class

YamlFormAddonsManagerInterface
Defines an interface for form add-ons classes.

Namespace

Drupal\yamlform

Code

public function getProject($name);