Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
File.php
function File::getSize
Same name in this branch
11.1.x core/modules/file/src/Entity/File.php
\Drupal\file\Entity\File::getSize()
File
vendor/
symfony/
mime/
Part/
File.php
, line 42
Class
File
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\Mime\Part
Code
public
function
getSize
() : int {
return
filesize
(
$this
->
path
); }
RSS feed