Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

twig check variables type

{% set test_var = craft.entries %}

{% if test_var is of_type('object') %}
  true
{% endif %}
Source by craftcms.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #twig #check #variables #type
ADD COMMENT
Topic
Name
7+4 =