Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Container][Tags] Added a note about _instanceof#9221
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I was looking for this yesterday and couldn't find it, so I'm hereby updating the doc. This will alsofix#9089.
| If you do not want to create a custom kernel, it is also possible to use `_instanceof`: | ||
| ..code-block::yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Missing the xml and php documentation format. However, I'm unsure of their notations at this point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Note that for PHP, setInstanceofConditionals should be called for every single definition, since there is no "file" scope context there
HeahDude commentedJun 28, 2018
Hello@ghost! Thanks for working on this! Would you like to add the other config formats or should we take over your PR? |
nicolas-grekas commentedJul 1, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'd suggest adding a "tips" note stating something like: |
javiereguiluz commentedOct 15, 2018
This pull request stalled, so I've created#10491 to finish what reviewers asked here. Thanks! |
Documentation related tosymfony/symfony#21530 and symfony/symfony-docs issue#9089.
I was looking for this yesterday and couldn't find it, so I'm hereby updating the doc.