ProfilerExtension::leave()

leave(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

ProfilerExtension::enter()

enter(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

ProfilerExtension::getName()

getName() {@inheritdoc}

ProfilerExtension

class ProfilerExtension extends Twig_Extension_Profiler Methods __construct(Twig_Profiler_Profile $profile, Stopwatch $stopwatch = null) enter(Twig_Profiler_Profile $profile) leave(Twig_Profiler_Profile $profile) getName() {@inheritdoc} Details __construct(Twig_Profiler_Profile $profile, Stopwatch $stopwatch = null) Parameters Twig_Profiler_Profile $profile Stopwatch $stopwatch enter(Twig_Profil

ProfilerController::searchResultsAction()

Response searchResultsAction(Request $request, string $token) Renders the search results. Parameters Request $request The current HTTP Request string $token The token Return Value Response A Response instance Exceptions NotFoundHttpException

ProfilerController::searchAction()

Response searchAction(Request $request) Narrows the search bar. Parameters Request $request The current HTTP Request Return Value Response A Response instance Exceptions NotFoundHttpException

ProfilerController::searchBarAction()

Response searchBarAction(Request $request) Renders the profiler search bar. Parameters Request $request The current HTTP Request Return Value Response A Response instance Exceptions NotFoundHttpException

ProfilerController::phpinfoAction()

Response phpinfoAction() Displays the PHP info. Return Value Response A Response instance Exceptions NotFoundHttpException

ProfilerController::toolbarAction()

Response toolbarAction(Request $request, string $token) Renders the Web Debug Toolbar. Parameters Request $request The current HTTP Request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException

ProfilerController

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