You are here

public function WebformAddonsManagerInterface::getCategories in Webform 8.5

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

Get add-on categories.

Return value

array An array of add-on categories.

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

File

src/WebformAddonsManagerInterface.php, line 47

Class

WebformAddonsManagerInterface
Defines an interface for webform add-ons classes.

Namespace

Drupal\webform

Code

public function getCategories();