You are here

class WebformVideoFile in Webform 8.5

Same name in this branch
  1. 8.5 src/Element/WebformVideoFile.php \Drupal\webform\Element\WebformVideoFile
  2. 8.5 src/Plugin/WebformElement/WebformVideoFile.php \Drupal\webform\Plugin\WebformElement\WebformVideoFile
Same name and namespace in other branches
  1. 6.x src/Element/WebformVideoFile.php \Drupal\webform\Element\WebformVideoFile

Provides a webform element for an 'video_file' element.

Plugin annotation

@FormElement("webform_video_file");

Hierarchy

  • class \Drupal\webform\Element\WebformVideoFile extends \Drupal\webform\Element\WebformManagedFileBase

Expanded class hierarchy of WebformVideoFile

File

src/Element/WebformVideoFile.php, line 10

Namespace

Drupal\webform\Element
View source
class WebformVideoFile extends WebformManagedFileBase {

  /**
   * {@inheritdoc}
   */
  protected static $accept = 'video/mp4,video/x-m4v,video/*';

}

Members