markpublic_pass
class markpublic_pass implements CompilerPassInterface
Marks all services public
Methods
void
process(ContainerBuilder $container)
Modify the container before it is passed to the rest of the code Mark services as public by default unless they were explicitly marked as private
Details
at line 31
void
process(ContainerBuilder $container)
Modify the container before it is passed to the rest of the code Mark services as public by default unless they were explicitly marked as private