public function WebformTestComposite::preview in Webform 8.5
Same name in this branch
- 8.5 tests/modules/webform_test_element/src/Element/WebformTestComposite.php \Drupal\webform_test_element\Element\WebformTestComposite::preview()
- 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
- 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\ElementCode
public function preview() {
return [];
}