Skip to content

[2.6] Document extensibility of ExpressionLanguage #4289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xabbuh opened this issue Oct 3, 2014 · 1 comment
Closed

[2.6] Document extensibility of ExpressionLanguage #4289

xabbuh opened this issue Oct 3, 2014 · 1 comment
Assignees
Labels
DependencyInjection ExpressionLanguage hasPR A Pull Request has already been submitted for this issue. Routing Security
Milestone

Comments

@xabbuh
Copy link
Member

xabbuh commented Oct 3, 2014

Symfony got some new features based on the ExpressionLanguage with 2.6 (see symfony/symfony#12006).

@wouterj
Copy link
Member

wouterj commented Oct 3, 2014

To be precise, things that have to be done:

The main change is in the ExpressionLanguage, where the ExpressionFunction class and ExpressionFunctionProviderInterface are added to easily add custom functions to the expression language.
This change has to be documented in components/expression_language/

This has been implemented for the Security and Routing using the routing.expression_language_provider and security.expression_language_provider tags. This needs to be documented in reference/dic_tags

@wouterj wouterj changed the title New ExpressionLanguage features [2.6] Document extensibility of ExpressionLanguage Oct 3, 2014
@wouterj wouterj self-assigned this Nov 18, 2014
@wouterj wouterj added the hasPR A Pull Request has already been submitted for this issue. label Nov 19, 2014
weaverryan added a commit that referenced this issue Nov 24, 2014
This PR was merged into the 2.6 branch.

Discussion
----------

Documented ExpressionLanguage extensibility

| Q   | A
| --- | ---
| Doc fix? | no
| New docs? | yes (symfony/symfony#12006)
| Applies to | 2.6+
| Fixed tickets | #4289

Commits
-------

086885b Applied comments
ef4ca42 Documented new tags
c553193 Documented expressionlanguage extensibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DependencyInjection ExpressionLanguage hasPR A Pull Request has already been submitted for this issue. Routing Security
Projects
None yet
Development

No branches or pull requests

3 participants