8000 [FrameworkBundle][Routing] allow boolean container parameters for routes by dmaicher · Pull Request #11059 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle][Routing] allow boolean container parameters for routes #11059

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

Merged
merged 1 commit into from
Mar 15, 2019
Merged
Changes from all commits
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
Update service_container_parameters.rst
  • Loading branch information
dmaicher authored Feb 27, 2019
commit d89122c154d56ad1b5dcabbd96da4b4293900c43
4 changes: 4 additions & 0 deletions routing/service_container_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ path):

For parameter handling within a Dependency Injection Class see
:doc:`/configuration/using_parameters_in_dic`.

.. versionadded:: 4.3

Support for boolean container parameters was introduced in Symfony 4.3.
0