public function WebformUiElementFormBase::getElement in Webform 6.x
Same name and namespace in other branches
- 8.5 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 473
Class
- WebformUiElementFormBase
- Provides a base class for webform element webforms.
Namespace
Drupal\webform_ui\FormCode
public function getElement() {
return $this->element;
}