WebformDocumentFile.php in Webform 8.5
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\webform\ElementFile
src/Element/WebformDocumentFile.phpView source
<?php
namespace Drupal\webform\Element;
/**
* Provides a webform element for an 'document_file' element.
*
* @FormElement("webform_document_file")
*/
class WebformDocumentFile extends WebformManagedFileBase {
}
Classes
Name | Description |
---|---|
WebformDocumentFile | Provides a webform element for an 'document_file' element. |