You are here

public function WebformAddonsManagerInterface::getProjects in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformAddonsManagerInterface.php \Drupal\webform\WebformAddonsManagerInterface::getProjects()

Get add-on projects.

Parameters

string|null $category: (optional) Category to filter project by.

Return value

array An associative array of add-on projects.

1 method overrides WebformAddonsManagerInterface::getProjects()
WebformAddonsManager::getProjects in src/WebformAddonsManager.php
Get add-on projects.

File

src/WebformAddonsManagerInterface.php, line 30

Class

WebformAddonsManagerInterface
Defines an interface for webform add-ons classes.

Namespace

Drupal\webform

Code

public function getProjects($category = NULL);