We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[AsController]
2 parents 3d078d1 + d5c59e0 commit 3df3372Copy full SHA for 3df3372
src/Symfony/Component/HttpKernel/Attribute/AsController.php
@@ -12,7 +12,11 @@
12
namespace Symfony\Component\HttpKernel\Attribute;
13
14
/**
15
- * Service tag to autoconfigure controllers.
+ * Autoconfigures controllers as services by applying
16
+ * the `controller.service_arguments` tag to them.
17
+ *
18
+ * This enables injecting services as method arguments in addition
19
+ * to other conventional dependency injection strategies.
20
*/
21
#[\Attribute(\Attribute::TARGET_CLASS)]
22
class AsController
0 commit comments