function FormUploadedFile::getError

Same name in other branches
  1. 10 core/modules/file/src/Upload/FormUploadedFile.php \Drupal\file\Upload\FormUploadedFile::getError()

Overrides UploadedFileInterface::getError

File

core/modules/file/src/Upload/FormUploadedFile.php, line 53

Class

FormUploadedFile
Provides a bridge to Symfony UploadedFile.

Namespace

Drupal\file\Upload

Code

public function getError() : int {
    return $this->uploadedFile
        ->getError();
}

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