Twig Components / Methods / integer
integer is a Twig test to test a value for being an integer (like is_int in PHP).
It uses the mentioned PHP functions / comparisons internally, so you have the same behavior as in PHP.
{% if somevar is integer %} {# no equivalent in Twig %} #}
{% endif %}
{% if somevar is int %} {# same as integer test above, alternate way to write it %} #}
{% endif %}
Source: Squirrelphp
                    
                        
                            
                        
                        Edit this page on GitHub
                    
                                        
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
                
            Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.