YamlFormDocumentFile.php in YAML Form 8
Same filename in this branch
Namespace
Drupal\yamlform\ElementFile
src/Element/YamlFormDocumentFile.phpView source
<?php
namespace Drupal\yamlform\Element;
/**
* Provides a form element for an 'document_file' element.
*
* @FormElement("yamlform_document_file")
*/
class YamlFormDocumentFile extends YamlFormManagedFileBase {
}
Classes
Name | Description |
---|---|
YamlFormDocumentFile | Provides a form element for an 'document_file' element. |