public FileInterface::getSize()
Returns the size of the file.
Return value
string The size of the file in bytes.
File
- core/modules/file/src/FileInterface.php, line 75
Class
- FileInterface
- Defines getter and setter methods for file entity base fields.
Namespace
Drupal\file
Code
public function getSize();
Please login to continue.