You are here

public function WebformOptionsCustomStorageInterface::getOptionsCustom 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::getOptionsCustom()

Get all webform options custom grouped by category.

Return value

string[] An array of webform options custom grouped by category.

1 method overrides WebformOptionsCustomStorageInterface::getOptionsCustom()
WebformOptionsCustomStorage::getOptionsCustom in modules/webform_options_custom/src/WebformOptionsCustomStorage.php
Get all webform options custom grouped by category.

File

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

Class

WebformOptionsCustomStorageInterface
Provides an interface for webform options custom storage.

Namespace

Drupal\webform_options_custom

Code

public function getOptionsCustom();