8000 :memo: Document `Parser->parseWithoutContext` by homersimpsons · Pull Request #18298 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

📝 Document Parser->parseWithoutContext #18298

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
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
📝 Add note for version added
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
  • Loading branch information
homersimpsons and OskarStark committed May 19, 2023
commit aee8cc25a2cf874783499f656ddc822d57dfa98e
4 changes: 4 additions & 0 deletions components/expression_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ method after parsing any expression to get its AST::
engine or to extract some insight from it) you can use the
:method:`Symfony\\Component\\ExpressionLanguage\\Parser::parseWithoutContext` method.

.. versionadded:: 6.4

The `parseWithoutContext` method was introduced in Symfony 6.4.

Manipulating the AST
~~~~~~~~~~~~~~~~~~~~

Expand Down
0