function FormUploadedFile::isValid

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

File

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

Class

FormUploadedFile
Provides a bridge to Symfony UploadedFile.

Namespace

Drupal\file\Upload

Code

public function isValid() : bool {
  return $this->uploadedFile
    ->isValid();
}

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