You are here

YamlFormExcludedElements.php in YAML Form 8

File

src/Element/YamlFormExcludedElements.php
View source
<?php

namespace Drupal\yamlform\Element;


/**
 * Provides a form element for form excluded elements.
 *
 * @FormElement("yamlform_excluded_elements")
 */
class YamlFormExcludedElements extends YamlFormExcludedBase {

}

Classes

Namesort descending Description
YamlFormExcludedElements Provides a form element for form excluded elements.