-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Handle remaining, missing DIC Tags #2347
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
Comments
Looks like the |
The 2.1 specific 3th party bundle tags:
|
@wouterj these should be documented in the JMS doc instead (which are rendered on jmsyst.com). They are not in the doc currently though |
@stof yes, exactly. Just like the other ones at the end of Ryan's post. I mentioned it here to have one place with all missing tags that should be included in (a) the dic tag reference or (b) the docs of these almost-core bundles (which are included in the symfony site). |
[#2347] Added missing 'kernel.fragment_renderer' DIC tag
Both request.param_converter and security.secure_service are documented and I created an issue do security.after_invocation.provider ( schmittjoh/JMSSecurityExtraBundle#125 ) |
JMSDiExtraBundle and JMSSecurityExtraBundle are not part of the standard edition as of Symfony 2.3. We should take this into account, shouldn't we? |
Yes, but they remain part of 2.1 and 2.2, so they still should get documented. |
This is a summary of #519 and #1320.
DIC tags that are missing and need to be added:
assetic.filter
fromAsseticBundle
assetic.asset
fromAsseticBundle
assetic.formula_loader
fromAsseticBundle
assetic.formula_resource
fromAsseticBundle
assetic.factory_worker
fromAsseticBundle
assetic.templating.twig
fromAsseticBundle
assetic.templating.php
fromAsseticBundle
doctrine.event_subscriber
fromDoctrineBundle
doctrine.event_listener
fromDoctrineBundle
Changes specifically for Symfony 2.1:
kernel.cache_clearer
translation.dumper
translation.extractor
security.listener.factory
Changes specificallt for Symfony 2.2:
kernel.fragment_renderer
We need to open up issues in the respective repositories of the bundles for the following tags (double-checking to see if they're already documented before creating an issue)
request.param_converter
fromSensioFrameworkExtraBundle
security.after_invocation.provider
fromJMSSecurityExtraBundle
security.secure_service
fromJMSSecurityExtraBundle
The text was updated successfully, but these errors were encountered: