The className
filter return a string with the current class name.
twig
{{ "12.3" | number | className }}
{# will output: java.lang.Float #}
The className
filter return a string with the current class name.
{{ "12.3" | number | className }}
{# will output: java.lang.Float #}