mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-24 17:18:47 +00:00
cf03a65e8b
add another example to constant.rst
10 lines
216 B
ReStructuredText
10 lines
216 B
ReStructuredText
``constant``
|
|
============
|
|
|
|
``constant`` returns the constant value for a given string:
|
|
|
|
.. code-block:: jinja
|
|
|
|
{{ some_date|date(constant('DATE_W3C')) }}
|
|
{{ constant('Namespace\\Classname::CONSTANT_NAME') }}
|