Skip to content
Sven edited this page May 24, 2017 · 1 revision

PhpExtension

Provides "instanceof" as condition:

{% if var is instanceof('AppBundle\\Entity\Foo') %}
    It's a foo!
{% endif %}
Clone this wiki locally