YamlFormDocumentFile.php in YAML Form 8
Same filename in this branch
Namespace
Drupal\yamlform\Plugin\YamlFormElementFile
src/Plugin/YamlFormElement/YamlFormDocumentFile.phpView source
<?php
namespace Drupal\yamlform\Plugin\YamlFormElement;
/**
* Provides a 'yamlform_document_file' element.
*
* @YamlFormElement(
* id = "yamlform_document_file",
* label = @Translation("Document file"),
* category = @Translation("File upload elements"),
* states_wrapper = TRUE,
* )
*/
class YamlFormDocumentFile extends YamlFormManagedFileBase {
}
Classes
Name | Description |
---|---|
YamlFormDocumentFile | Provides a 'yamlform_document_file' element. |