FileUploadHandler::DEFAULT_EXTENSIONS

Same name and namespace in other branches
  1. 9 core/modules/file/src/Upload/FileUploadHandler.php \Drupal\file\Upload\FileUploadHandler::DEFAULT_EXTENSIONS
  2. 10 core/modules/file/src/Upload/FileUploadHandler.php \Drupal\file\Upload\FileUploadHandler::DEFAULT_EXTENSIONS

The default extensions if none are provided.

File

core/modules/file/src/Upload/FileUploadHandler.php, line 33

Class

FileUploadHandler
Handles validating and creating file entities from file uploads.

Namespace

Drupal\file\Upload

Code

const DEFAULT_EXTENSIONS = 'jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.