public function WebformAddonsManagerInterface::getProject in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformAddonsManagerInterface.php \Drupal\webform\WebformAddonsManagerInterface::getProject()
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 WebformAddonsManagerInterface::getProject()
- WebformAddonsManager::getProject in src/
WebformAddonsManager.php - Get add-on project information.
File
- src/
WebformAddonsManagerInterface.php, line 19
Class
- WebformAddonsManagerInterface
- Defines an interface for webform add-ons classes.
Namespace
Drupal\webformCode
public function getProject($name);