You are here

ManagedFile.php in YAML Form 8

File

src/Plugin/YamlFormElement/ManagedFile.php
View source
<?php

namespace Drupal\yamlform\Plugin\YamlFormElement;


/**
 * Provides a 'managed_file' element.
 *
 * @YamlFormElement(
 *   id = "managed_file",
 *   api = "https://api.drupal.org/api/drupal/core!modules!file!src!Element!ManagedFile.php/class/ManagedFile",
 *   label = @Translation("Managed file"),
 *   category = @Translation("File upload elements"),
 *   states_wrapper = TRUE,
 * )
 */
class ManagedFile extends YamlFormManagedFileBase {

}

Classes

Namesort descending Description
ManagedFile Provides a 'managed_file' element.