php bin/console debug:autowiring
List classes/interfaces you can use for autowiring
Usage
debug:autowiring [--all] [--] [<search>]
Arguments
search A search filter
Options
--all Show also services that are not aliased
Help
The debug:autowiring command displays the classes and interfaces that
you can use as type-hints for autowiring:
php bin/console debug:autowiring
You can also pass a search term to filter the list:
php bin/console debug:autowiring log