Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal