You are here

constant WebformMessageManagerInterface::FORM_FILE_UPLOAD_EXCEPTION in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformMessageManagerInterface.php \Drupal\webform\WebformMessageManagerInterface::FORM_FILE_UPLOAD_EXCEPTION

Webform not able to handle file uploads.

File

src/WebformMessageManagerInterface.php, line 54

Class

WebformMessageManagerInterface
Provides an interface for managing a webform's custom, default, and hard-coded messages.

Namespace

Drupal\webform

Code

const FORM_FILE_UPLOAD_EXCEPTION = 'form_file_upload_exception';