From face90624b744d1f0671cc030b60df25bfe43192 Mon Sep 17 00:00:00 2001 From: Antonio de la Vega Date: Tue, 16 Apr 2024 18:15:28 +0200 Subject: [PATCH] Add ENV processor example --- service_container/autowiring.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/service_container/autowiring.rst b/service_container/autowiring.rst index 2925e769bdf..a27bf088d5b 100644 --- a/service_container/autowiring.rst +++ b/service_container/autowiring.rst @@ -614,7 +614,8 @@ logic about those arguments:: The ``#[Autowire]`` attribute can also be used for :ref:`parameters `, :doc:`complex expressions ` and even -:ref:`environment variables `:: +:ref:`environment variables ` , +:doc:`including env variable processors `:: // src/Service/MessageGenerator.php namespace App\Service; @@ -640,6 +641,10 @@ The ``#[Autowire]`` attribute can also be used for :ref:`parameters