function UploadedFileInterface::getSize

Same name and namespace in other branches
  1. 10 core/modules/file/src/Upload/UploadedFileInterface.php \Drupal\file\Upload\UploadedFileInterface::getSize()
  2. 11.x core/modules/file/src/Upload/UploadedFileInterface.php \Drupal\file\Upload\UploadedFileInterface::getSize()

Gets file size.

Return value

int The filesize in bytes.

See also

https://www.php.net/manual/en/splfileinfo.getsize.php

1 method overrides UploadedFileInterface::getSize()
FormUploadedFile::getSize in core/modules/file/src/Upload/FormUploadedFile.php
Gets file size.

File

core/modules/file/src/Upload/UploadedFileInterface.php, line 56

Class

UploadedFileInterface
Provides an interface for uploaded files.

Namespace

Drupal\file\Upload

Code

public function getSize() : int;

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