YamlFormVideoFile.php in YAML Form 8
Same filename in this branch
Namespace
Drupal\yamlform\ElementFile
src/Element/YamlFormVideoFile.phpView source
<?php
namespace Drupal\yamlform\Element;
/**
* Provides a form element for an 'video_file' element.
*
* @FormElement("yamlform_video_file")
*/
class YamlFormVideoFile extends YamlFormManagedFileBase {
/**
* {@inheritdoc}
*/
protected static $accept = 'video/*';
}
Classes
Name | Description |
---|---|
YamlFormVideoFile | Provides a form element for an 'video_file' element. |