You are here

public function WebformImageSelectImagesStorageInterface::getCategories in Webform 8.5

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

Gets the names of all categories.

Return value

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

1 method overrides WebformImageSelectImagesStorageInterface::getCategories()
WebformImageSelectImagesStorage::getCategories in modules/webform_image_select/src/WebformImageSelectImagesStorage.php
Gets the names of all categories.

File

modules/webform_image_select/src/WebformImageSelectImagesStorageInterface.php, line 19

Class

WebformImageSelectImagesStorageInterface
Provides an interface for webform image select images storage.

Namespace

Drupal\webform_image_select

Code

public function getCategories();