a Sensio Labs Product

The flexible, fast, and secure
template engine for PHP

Tests » constant

Questions & Feedback

License

Creative Commons License Twig documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

constantΒΆ

constant checks if a variable has the exact same value as a constant. You can use either global constants or class constants:

1
2
3
{% if post.status is constant('Post::PUBLISHED') %}
    the status attribute is exactly the same as Post::PUBLISHED
{% endif %}
This website is powered by PHP and Twig. The Twig logo is © 2010-2012 Sensio Labs