
| Current Path : /var/www/html/c12park/web/modules/contrib/webform/src/Element/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/modules/contrib/webform/src/Element/WebformVideoFile.php |
<?php
namespace Drupal\webform\Element;
/**
* Provides a webform element for an 'video_file' element.
*
* @FormElement("webform_video_file")
*/
class WebformVideoFile extends WebformManagedFileBase {
/**
* {@inheritdoc}
*/
protected static $accept = 'video/mp4,video/x-m4v,video/*';
}