Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save J7mbo/21b889d123234de706517fdba10f1aa0 to your computer and use it in GitHub Desktop.
Save J7mbo/21b889d123234de706517fdba10f1aa0 to your computer and use it in GitHub Desktop.
php-symfony-controllers-as-services-blog-2.php
// Found some configuration with "controller.service_arguments" in its tags...
foreach ($container->findTaggedServiceIds($this->controllerTag, true) as $id => $tags) {
// Do all the rest of the dependency injection stuff...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment