You are here

public function WebformTestElement::preview in Webform 8.5

Same name in this branch
  1. 8.5 tests/modules/webform_test_element/src/Element/WebformTestElement.php \Drupal\webform_test_element\Element\WebformTestElement::preview()
  2. 8.5 tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php \Drupal\webform_test_element\Plugin\WebformElement\WebformTestElement::preview()
Same name and namespace in other branches
  1. 6.x tests/modules/webform_test_element/src/Element/WebformTestElement.php \Drupal\webform_test_element\Element\WebformTestElement::preview()

File

tests/modules/webform_test_element/src/Element/WebformTestElement.php, line 17

Class

WebformTestElement
Provides a webform element for testing webform element plugin.

Namespace

Drupal\webform_test_element\Element

Code

public function preview() {
  return [];
}