class ProfilerController
ProfilerController.
Methods
__construct(UrlGeneratorInterface $generator, Profiler $profiler = null, Twig_Environment $twig, array $templates, string $toolbarPosition = 'normal') Constructor.
RedirectResponse homeAction() Redirects to the last profiles.
Response panelAction(Request $request, string $token) Renders a profiler panel for the given token.
Response infoAction(Request $request, string $about) Displays information page.
Response tool