Module Description
Provides a Twig Extension, that you can use in your Twig Templates. In twig when you get the value of a file, the size is in simple bytes and if you're intending to show it to your end-user, it's not user-friendly, this simple Twig filter helps with that and renders the file size in it's respected: 'B', 'KB', 'MB', 'GB', 'TB'
Example: {{ node.field_attachment.entity.field_file.entity.filesize.value | format_bytes }}
Example: {{ node.field_attachment.entity.field_file.entity.filesize.value | format_bytes }}
Module Link
Project Usage
1068
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module solves the issue of displaying file sizes in a user-friendly format in Twig templates.
Data Name
format_bytes