You are here

public function WebformOptionsCustomStorageInterface::getCategories in Webform 8.5

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

Gets the names of all categories.

Return value

string[] An array of translated categories, sorted alphabetically.

1 method overrides WebformOptionsCustomStorageInterface::getCategories()
WebformOptionsCustomStorage::getCategories in modules/webform_options_custom/src/WebformOptionsCustomStorage.php
Gets the names of all categories.

File

modules/webform_options_custom/src/WebformOptionsCustomStorageInterface.php, line 19

Class

WebformOptionsCustomStorageInterface
Provides an interface for webform options custom storage.

Namespace

Drupal\webform_options_custom

Code

public function getCategories();