HTTP kernel Flashcards

1
Q

What methods does Symfony\Component\HttpKernel\Controller\ControllerResolverInterface define?

A

getController(Request $request);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What methods does Symfony\Component\HttpKernel\Bundle\BundleInterface define?

A
boot();
shutdown();
build(ContainerBuilder $container);
getContainerExtension();
getName();
getNamespace();
getPath();
How well did you know this?
1
Not at all
2
3
4
5
Perfectly