You are here

WebformDocumentFile.php in Webform 6.x

File

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

namespace Drupal\webform\Element;


/**
 * Provides a webform element for an 'document_file' element.
 *
 * @FormElement("webform_document_file")
 */
class WebformDocumentFile extends WebformManagedFileBase {

}

Classes

Namesort descending Description
WebformDocumentFile Provides a webform element for an 'document_file' element.