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