You are here

YamlFormTest.php in YAML Form 8

File

tests/modules/yamlform_test/src/Element/YamlFormTest.php
View source
<?php

namespace Drupal\yamlform_test\Element;

use Drupal\Core\Render\Element\Textfield;

/**
 * Provides a form element for testing form element plugin.
 *
 * @FormElement("yamlform_test")
 */
class YamlFormTest extends Textfield {

}

Classes

Namesort descending Description
YamlFormTest Provides a form element for testing form element plugin.