Skip to content

Commit f97d7d4

Browse files
authored
Update service_subscribers_locators.rst
1 parent 90fb1b8 commit f97d7d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

service_container/service_subscribers_locators.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,17 @@ attribute::
397397
}
398398
}
399399

400-
Another way to use
400+
Using AutowireLocator with tagged class
401+
402+
Another way to use
401403
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`
402404
attribute is location class tagged with a specific :doc:`tag </service_container/tags>`
403405

404-
Tagging allows you to add classes without having to explicitly list classes in
406+
Tagging allows you to add classes without having to explicitly list classes in
405407
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`
406408
attribute
407409

408-
It is also possible to use the #[AutoconfigureTag] attribute directly on the base class or interface and all classes implementing this interface will be automatically tagged and included in
410+
It is also possible to use the #[AutoconfigureTag] attribute directly on the base class or interface and all classes implementing this interface will be automatically tagged and included in
409411
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`
410412
attribute::
411413

0 commit comments

Comments
 (0)