You are here

protected static property WebformImageFile::$accept in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Element/WebformImageFile.php \Drupal\webform\Element\WebformImageFile::accept

File

src/Element/WebformImageFile.php, line 15

Class

WebformImageFile
Provides a webform element for an 'image_file' element.

Namespace

Drupal\webform\Element

Code

protected static $accept = 'image/*';