You are here

public function WebformHorizontalRule::getRelatedTypes in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElement/WebformHorizontalRule.php \Drupal\webform\Plugin\WebformElement\WebformHorizontalRule::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/WebformHorizontalRule.php, line 93

Class

WebformHorizontalRule
Provides a 'webform_horizontal_rule' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

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