Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FileBag.php
FileBag::FILE_KEYS
File
vendor/
symfony/
http-foundation/
FileBag.php
, line 24
Class
FileBag
FileBag is a container for uploaded files.
Namespace
Symfony\Component\HttpFoundation
Code
private
const
FILE_KEYS
= [
'error'
,
'full_path'
,
'name'
,
'size'
,
'tmp_name'
,
'type'
, ];
RSS feed