You are here

public function WebformTestComposite::preview in Webform 8.5

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

File

tests/modules/webform_test_element/src/Element/WebformTestComposite.php, line 116

Class

WebformTestComposite
Provides a webform composite element for testing.

Namespace

Drupal\webform_test_element\Element

Code

public function preview() {
  return [];
}