You are here

class YamlFormVideoFile in YAML Form 8

Same name in this branch
  1. 8 src/Element/YamlFormVideoFile.php \Drupal\yamlform\Element\YamlFormVideoFile
  2. 8 src/Plugin/YamlFormElement/YamlFormVideoFile.php \Drupal\yamlform\Plugin\YamlFormElement\YamlFormVideoFile

Provides a form element for an 'video_file' element.

Plugin annotation

@FormElement("yamlform_video_file");

Hierarchy

  • class \Drupal\yamlform\Element\YamlFormVideoFile extends \Drupal\yamlform\Element\YamlFormManagedFileBase

Expanded class hierarchy of YamlFormVideoFile

File

src/Element/YamlFormVideoFile.php, line 10

Namespace

Drupal\yamlform\Element
View source
class YamlFormVideoFile extends YamlFormManagedFileBase {

  /**
   * {@inheritdoc}
   */
  protected static $accept = 'video/*';

}

Members