You are here

public function WebformTestCompositeFile::preview in Webform 6.x

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

File

tests/modules/webform_test_element/src/Element/WebformTestCompositeFile.php, line 33

Class

WebformTestCompositeFile
Provides a webform composite element file for testing.

Namespace

Drupal\webform_test_element\Element

Code

public function preview() {
  return [];
}