You are here

public function WebformComputedBase::getRelatedTypes in Webform 8.5

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

Get related element types.

Parameters

array $element: The element.

Return value

array An array containing related element types.

Overrides WebformElementBase::getRelatedTypes

File

src/Plugin/WebformElement/WebformComputedBase.php, line 139

Class

WebformComputedBase
Provides a base class for 'webform_computed' elements.

Namespace

Drupal\webform\Plugin\WebformElement

Code

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