class YamlFormDocumentFile in YAML Form 8
Same name in this branch
- 8 src/Element/YamlFormDocumentFile.php \Drupal\yamlform\Element\YamlFormDocumentFile
- 8 src/Plugin/YamlFormElement/YamlFormDocumentFile.php \Drupal\yamlform\Plugin\YamlFormElement\YamlFormDocumentFile
Provides a form element for an 'document_file' element.
Plugin annotation
@FormElement("yamlform_document_file");
Hierarchy
- class \Drupal\yamlform\Element\YamlFormDocumentFile extends \Drupal\yamlform\Element\YamlFormManagedFileBase
Expanded class hierarchy of YamlFormDocumentFile
File
- src/
Element/ YamlFormDocumentFile.php, line 10
Namespace
Drupal\yamlform\ElementView source
class YamlFormDocumentFile extends YamlFormManagedFileBase {
}