You are here

public function WebformImageSelect::getRelatedTypes in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_image_select/src/Plugin/WebformElement/WebformImageSelect.php \Drupal\webform_image_select\Plugin\WebformElement\WebformImageSelect::getRelatedTypes()

Get related element types.

Parameters

array $element: The element.

Return value

array An array containing related element types.

Overrides OptionsBase::getRelatedTypes

File

modules/webform_image_select/src/Plugin/WebformElement/WebformImageSelect.php, line 79

Class

WebformImageSelect
Provides a 'image_select' element.

Namespace

Drupal\webform_image_select\Plugin\WebformElement

Code

public function getRelatedTypes(array $element) {
  return [];
}