You are here

public function WebformElementInterface::getRelatedTypes in Webform 8.5

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

Get related element types.

Parameters

array $element: The element.

Return value

array An array containing related element types.

1 method overrides WebformElementInterface::getRelatedTypes()
WebformElementBase::getRelatedTypes in src/Plugin/WebformElementBase.php
Get related element types.

File

src/Plugin/WebformElementInterface.php, line 305

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getRelatedTypes(array $element);