Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 986 Bytes

expressions.rst

File metadata and controls

24 lines (18 loc) · 986 Bytes
.. index::
   single: Expressions in the Framework

How to use Expressions in Security, Routing, Services, and Validation

.. versionadded:: 2.4
    The expression functionality was introduced in Symfony 2.4.

In Symfony 2.4, a powerful :doc:`ExpressionLanguage </components/expression_language/introduction>` component was added to Symfony. This allows us to add highly customized logic inside configuration.

The Symfony Framework leverages expressions out of the box in the following ways:

For more information about how to create and work with expressions, see :doc:`/components/expression_language/syntax`.