You are here

public function WebformUiElementFormBase::getElement in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_ui/src/Form/WebformUiElementFormBase.php \Drupal\webform_ui\Form\WebformUiElementFormBase::getElement()

Return the render element associated with this form.

Return value

array An element.

Overrides WebformUiElementFormInterface::getElement

1 call to WebformUiElementFormBase::getElement()
WebformUiElementFormBase::submitForm in modules/webform_ui/src/Form/WebformUiElementFormBase.php
Form submission handler.

File

modules/webform_ui/src/Form/WebformUiElementFormBase.php, line 499

Class

WebformUiElementFormBase
Provides a base class for webform element webforms.

Namespace

Drupal\webform_ui\Form

Code

public function getElement() {
  return $this->element;
}