public function WebformOptionsStorageInterface::getOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformOptionsStorageInterface.php \Drupal\webform\WebformOptionsStorageInterface::getOptions()
Get all options grouped by category.
Return value
string[] An array of options grouped by category.
1 method overrides WebformOptionsStorageInterface::getOptions()
- WebformOptionsStorage::getOptions in src/
WebformOptionsStorage.php - Get all options grouped by category.
File
- src/
WebformOptionsStorageInterface.php, line 27
Class
- WebformOptionsStorageInterface
- Provides an interface for Webform Options storage.
Namespace
Drupal\webformCode
public function getOptions();