You are here

protected static property WebformVideoFile::$accept in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformVideoFile.php \Drupal\webform\Element\WebformVideoFile::accept

File

src/Element/WebformVideoFile.php, line 15

Class

WebformVideoFile
Provides a webform element for an 'video_file' element.

Namespace

Drupal\webform\Element

Code

protected static $accept = 'video/mp4,video/x-m4v,video/*';