ProfilerExtension::leave()

leave(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

ProfilerExtension::getName()

getName() {@inheritdoc}

ProfilerExtension::enter()

enter(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

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::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::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::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::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::phpinfoAction()

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

ProfilerController::panelAction()

Response panelAction(Request $request, string $token) Renders a profiler panel for the given token. Parameters Request $request The current HTTP request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException