You are here

WebformTestElementProperties.php in Webform 6.x

File

tests/modules/webform_test_element/src/Element/WebformTestElementProperties.php
View source
<?php

namespace Drupal\webform_test_element\Element;

use Drupal\Core\Render\Element\Textfield;

/**
 * Provides a webform element properties for testing webform element plugin Ajax support.
 *
 * @FormElement("webform_test_element_properties")
 */
class WebformTestElementProperties extends Textfield {

}

Classes

Namesort descending Description
WebformTestElementProperties Provides a webform element properties for testing webform element plugin Ajax support.