extension('web_profiler', [ 'toolbar' => TRUE, 'intercept_redirects' => FALSE, ]); $containerConfigurator->extension('framework', [ 'profiler' => [ 'only_exceptions' => FALSE, ], ]); };