OrderItemController :: addAction
Request
GET Parameters
Key | Value |
---|---|
productId | "14" |
template | "@SyliusShop/Product/Show/_addToCart.html.twig" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "sylius.controller.order_item:addAction" |
_links | Fig\Link\GenericLinkProvider {#15422 -links: [ "00000000654d39a6000000003726e3b7" => Fig\Link\Link {#15421 -href: "http://extranet-comite-recette.dev0.caramia.fr:6771/api/v2/docs.jsonld" -rel: [ "http://www.w3.org/ns/hydra/core#apiDocumentation" => true ] -attributes: [] } ] } |
_route | "sylius_shop_partial_cart_add_item" |
_route_params | [ "_sylius" => [ "template" => "$template" "factory" => [ "method" => "createForProduct" "arguments" => [ "expr:notFoundOnNull(service('sylius.repository.product').find($productId))" ] ] "form" => [ "type" => "Sylius\Bundle\CoreBundle\Form\Type\Order\AddToCartType" "options" => [ "product" => "expr:notFoundOnNull(service('sylius.repository.product').find($productId))" ] ] "redirect" => [ "route" => "sylius_shop_cart_summary" "parameters" => [] ] ] ] |
_stopwatch_token | "7aa715" |
_sylius | [ "template" => "$template" "factory" => [ "method" => "createForProduct" "arguments" => [ "expr:notFoundOnNull(service('sylius.repository.product').find($productId))" ] ] "form" => [ "type" => "Sylius\Bundle\CoreBundle\Form\Type\Order\AddToCartType" "options" => [ "product" => "expr:notFoundOnNull(service('sylius.repository.product').find($productId))" ] ] "redirect" => [ "route" => "sylius_shop_cart_summary" "parameters" => [] ] ] |
Request Headers
Header | Value |
---|---|
accept | "text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
accept-charset | "ISO-8859-1,utf-8;q=0.7,*;q=0.7" |
accept-encoding | "gzip, deflate" |
accept-language | "en-US,en;q=0.5" |
content-length | "0" |
host | "extranet-comite-recette.dev0.caramia.fr:6771" |
scheme | "https" |
upgrade-insecure-requests | "1" |
user-agent | "Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)" |
x-forwarded-for | "47.128.121.93" |
x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
Header | Value |
---|---|
cache-control | "no-cache, private" |
date | "Thu, 31 Oct 2024 21:34:24 GMT" |
x-debug-token | "65a192" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 11
Session Metadata
Key | Value |
---|---|
Created | "Thu, 31 Oct 24 22:34:24 +0100" |
Last used | "Thu, 31 Oct 24 22:34:24 +0100" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_csrf/sylius_add_to_cart | "sgnI9X5KZfuSxPmlL5ru4GoiC-mXwatb6LW0F220zac" |
Session Usage
11
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[ [ "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" "line" => 44 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Context/AdminBasedLocaleContext.php" "line" => 32 "function" => "getToken" "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php" "line" => 43 "function" => "getLocaleCode" "class" => "Sylius\Bundle\AdminBundle\Context\AdminBasedLocaleContext" "type" => "->" ] [ "file" => "/var/www/html/vendor/monsieurbiz/sylius-cms-page-plugin/src/Routing/RequestContext.php" "line" => 78 "function" => "getLocaleCode" "class" => "Sylius\Component\Locale\Context\CompositeLocaleContext" "type" => "->" ] [ "file" => "/var/www/html/vendor/monsieurbiz/sylius-cms-page-plugin/src/Routing/RequestContext.php" "line" => 72 "function" => "prepareSlug" "class" => "MonsieurBiz\SyliusCmsPagePlugin\Routing\RequestContext" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/url_matching_routes.php" "line" => 1679 "function" => "checkPageSlug" "class" => "MonsieurBiz\SyliusCmsPagePlugin\Routing\RequestContext" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php" "line" => 139 "function" => "{closure}" "class" => "Symfony\Component\Routing\Router" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php" "line" => 42 "function" => "doMatch" "class" => "Symfony\Component\Routing\Matcher\CompiledUrlMatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/routing/Matcher/UrlMatcher.php" "line" => 106 "function" => "match" "class" => "Symfony\Component\Routing\Matcher\CompiledUrlMatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/routing/Router.php" "line" => 257 "function" => "matchRequest" "class" => "Symfony\Component\Routing\Matcher\UrlMatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-http/HttpUtils.php" "line" => 124 "function" => "matchRequest" "class" => "Symfony\Component\Routing\Router" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-http/Firewall/LogoutListener.php" "line" => 142 "function" => "checkRequestPath" "class" => "Symfony\Component\Security\Http\HttpUtils" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-http/Firewall/LogoutListener.php" "line" => 97 "function" => "requiresLogout" "class" => "Symfony\Component\Security\Http\Firewall\LogoutListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php" "line" => 38 "function" => "supports" "class" => "Symfony\Component\Security\Http\Firewall\LogoutListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php" "line" => 25 "function" => "supports" "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php" "line" => 73 "function" => "__invoke" "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-http/Firewall.php" "line" => 92 "function" => "callListeners" "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelRequest" "class" => "Symfony\Component\Security\Http\Firewall" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 139 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:59
[ [ "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" "line" => 59 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-core/Authorization/AuthorizationChecker.php" "line" => 85 "function" => "setToken" "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" "type" => "->" ] [ "file" => "/var/www/html/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php" "line" => 46 "function" => "isGranted" "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelRequest" "class" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 139 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Sylius\Bundle\CoreBundle\Storage\CartSessionStorage:42
[ [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php" "line" => 42 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php" "line" => 43 "function" => "hasForChannel" "class" => "Sylius\Bundle\CoreBundle\Storage\CartSessionStorage" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php" "line" => 42 "function" => "getCart" "class" => "Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Controller/OrderController.php" "line" => 183 "function" => "getCart" "class" => "Sylius\Component\Order\Context\CompositeCartContext" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Controller/OrderController.php" "line" => 60 "function" => "getCurrentCart" "class" => "Sylius\Bundle\OrderBundle\Controller\OrderController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "widgetAction" "class" => "Sylius\Bundle\OrderBundle\Controller\OrderController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/90/90ee2e8f1ef1cf3911a82921e293e7729ae30755b5608f41e19618f60a0afd9f.php" "line" => 71 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_56db78e35679c3c9e14cdcee35d782de3c283b02847fc6fb9548abbe2630dc2b" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/SecurityWidgetController.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "renderAction" "class" => "Sylius\Bundle\ShopBundle\Controller\SecurityWidgetController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/f2/f25665859e594f8b1bb313acdcb171df5d3662a71b975c242d3097df59051b32.php" "line" => 58 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_4264d9b8dd835349f8b459ed47bc0d08e054a5ba01617af3057897253e45b8cf" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php" "line" => 46 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php" "line" => 38 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php" "line" => 47 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php" "line" => 44 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 250 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_top" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 92 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[ [ "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 72 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/90/90ee2e8f1ef1cf3911a82921e293e7729ae30755b5608f41e19618f60a0afd9f.php" "line" => 71 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_56db78e35679c3c9e14cdcee35d782de3c283b02847fc6fb9548abbe2630dc2b" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/SecurityWidgetController.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "renderAction" "class" => "Sylius\Bundle\ShopBundle\Controller\SecurityWidgetController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/f2/f25665859e594f8b1bb313acdcb171df5d3662a71b975c242d3097df59051b32.php" "line" => 58 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_4264d9b8dd835349f8b459ed47bc0d08e054a5ba01617af3057897253e45b8cf" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php" "line" => 46 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php" "line" => 38 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php" "line" => 47 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php" "line" => 44 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 250 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_top" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 92 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[ [ "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 73 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/90/90ee2e8f1ef1cf3911a82921e293e7729ae30755b5608f41e19618f60a0afd9f.php" "line" => 71 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_56db78e35679c3c9e14cdcee35d782de3c283b02847fc6fb9548abbe2630dc2b" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/SecurityWidgetController.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "renderAction" "class" => "Sylius\Bundle\ShopBundle\Controller\SecurityWidgetController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/f2/f25665859e594f8b1bb313acdcb171df5d3662a71b975c242d3097df59051b32.php" "line" => 58 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_4264d9b8dd835349f8b459ed47bc0d08e054a5ba01617af3057897253e45b8cf" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php" "line" => 46 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php" "line" => 38 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php" "line" => 47 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php" "line" => 44 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 250 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_top" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 92 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[ [ "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 74 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/90/90ee2e8f1ef1cf3911a82921e293e7729ae30755b5608f41e19618f60a0afd9f.php" "line" => 71 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_56db78e35679c3c9e14cdcee35d782de3c283b02847fc6fb9548abbe2630dc2b" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/SecurityWidgetController.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "renderAction" "class" => "Sylius\Bundle\ShopBundle\Controller\SecurityWidgetController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/f2/f25665859e594f8b1bb313acdcb171df5d3662a71b975c242d3097df59051b32.php" "line" => 58 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_4264d9b8dd835349f8b459ed47bc0d08e054a5ba01617af3057897253e45b8cf" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php" "line" => 46 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php" "line" => 38 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php" "line" => 47 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php" "line" => 44 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 250 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_top" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 92 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[ [ "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 75 "function" => "all" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/90/90ee2e8f1ef1cf3911a82921e293e7729ae30755b5608f41e19618f60a0afd9f.php" "line" => 71 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_56db78e35679c3c9e14cdcee35d782de3c283b02847fc6fb9548abbe2630dc2b" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/SecurityWidgetController.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "renderAction" "class" => "Sylius\Bundle\ShopBundle\Controller\SecurityWidgetController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/f2/f25665859e594f8b1bb313acdcb171df5d3662a71b975c242d3097df59051b32.php" "line" => 58 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_4264d9b8dd835349f8b459ed47bc0d08e054a5ba01617af3057897253e45b8cf" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php" "line" => 46 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php" "line" => 38 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php" "line" => 47 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php" "line" => 44 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 250 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_top" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 92 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[ [ "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 76 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 118 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/90/90ee2e8f1ef1cf3911a82921e293e7729ae30755b5608f41e19618f60a0afd9f.php" "line" => 71 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_56db78e35679c3c9e14cdcee35d782de3c283b02847fc6fb9548abbe2630dc2b" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/SecurityWidgetController.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "renderAction" "class" => "Sylius\Bundle\ShopBundle\Controller\SecurityWidgetController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/f2/f25665859e594f8b1bb313acdcb171df5d3662a71b975c242d3097df59051b32.php" "line" => 58 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_4264d9b8dd835349f8b459ed47bc0d08e054a5ba01617af3057897253e45b8cf" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php" "line" => 35 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php" "line" => 46 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php" "line" => 39 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php" "line" => 38 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php" "line" => 47 "function" => "render" "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php" "line" => 44 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 250 "function" => "render" "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_top" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 92 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
/var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1567
[ [ "file" => "/var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php" "line" => 1567 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/b9/b9c95ad0c7520f7959c964f9a14edbe0704c75151d135257971126478db492cc.php" "line" => 52 "function" => "twig_get_attribute" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_e5306a9a6faf70ef44e723f979f517afb97f1a1ec80773134f7c8057b26ccbc5" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/4b/4bd5c3fc4637dec0fdc5afe6912815966e579616143379e99bbbeaf10b961131.php" "line" => 43 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_690e2b9f03fbe50b9b1e3c6bb3dc54db69e53b7e06c263f8a983c128172949f6" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 103 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[ [ "file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 101 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 72 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/ResolvedFormType.php" "line" => 167 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/ResolvedFormType.php" "line" => 160 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Form.php" "line" => 1070 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/html/src/Controller/Shop/OrderItemController.php" "line" => 97 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "addAction" "class" => "App\Controller\Shop\OrderItemController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/aa/aa306baa8c8026a662a113e8f5d5491327c6d0bd4fd10777d64056165571d29c.php" "line" => 108 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_8bbe7f8324ff018f2e64d0b65391e7a0e1b44eb7bf99834ec471055eb0461176" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/1e/1ec554d77a3ccc70e622e1d1e29c7645d8082867125c84de5f87201deac3604d.php" "line" => 87 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_a90203fdfe5be05ac4a4ce31388a1799a75092f30e4936060a1b64b697fccae2" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 82 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_content" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 113 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[ [ "file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 88 "function" => "set" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 77 "function" => "setToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/ResolvedFormType.php" "line" => 167 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/ResolvedFormType.php" "line" => 160 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/form/Form.php" "line" => 1070 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/html/src/Controller/Shop/OrderItemController.php" "line" => 97 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "addAction" "class" => "App\Controller\Shop\OrderItemController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/aa/aa306baa8c8026a662a113e8f5d5491327c6d0bd4fd10777d64056165571d29c.php" "line" => 108 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_8bbe7f8324ff018f2e64d0b65391e7a0e1b44eb7bf99834ec471055eb0461176" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/1e/1ec554d77a3ccc70e622e1d1e29c7645d8082867125c84de5f87201deac3604d.php" "line" => 87 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_a90203fdfe5be05ac4a4ce31388a1799a75092f30e4936060a1b64b697fccae2" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 82 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 182 "function" => "block_content" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/c9/c9e0a6940f557db390161e6e120099a42540ef09bd275d32b2762b4c46708b94.php" "line" => 113 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_902a7b0e496d977bbd30bd318a53d6c728309bbbb965efed7197e05ba92e56ce" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/var/cache/dev/twig/62/6280ba0ab7f17ada856dfb78e612ef3a91b34621ff7ecb8bef7acfb3ff1d6d1b.php" "line" => 48 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 405 "function" => "doDisplay" "class" => "__TwigTemplate_51e1cae20908a72ff480e86c7efc751c1784f4fc5422ba6dd79fe31f4bbee2b9" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 378 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Template.php" "line" => 390 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php" "line" => 45 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/html/vendor/twig/twig/src/Environment.php" "line" => 318 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php" "line" => 235 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php" "line" => 164 "function" => "render" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "indexAction" "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/public/index.php" "line" => 32 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
API_CLIENT_ID | "sylius" |
API_CLIENT_SECRET | "sylius" |
APP_ENV | "dev" |
APP_SECRET | "9d8d32b199bcfb1e8614e5b1ae9c7915" |
CONTEXT_SCHEME | "https" |
CONTEXT_SECURE | "false" |
DATABASE_URL | "mysql://sylius:anatomy-Cubist-skylight6-Ohio-Podge-7antidote@sylius_mariadb:3306/sylius?serverVersion=mariadb-10.5.16" |
DEFAULT_VEL_STRUCTURE_ID | "1" |
DEFAULT_VEL_SUB_PROFESSION_ID | "8416" |
JWT_PASSPHRASE | "coucou" |
JWT_PUBLIC_KEY | "coucou" |
JWT_SECRET_KEY | "coucou" |
MAILER_DSN | "smtp://devmails@caramia.fr:gentle2-7diane-moats3-Empire-Coca8-abreast-hungrily8-Unlikable@ssl0.ovh.net:587" |
MAIL_SENDER | "devmails@caramia.fr" |
MAIL_SENDER_NAME | "FNTV Boutique" |
MERCANET_KEY_VERSION | "1" |
MERCANET_MERCHANT_ID | "211000021310001" |
MERCANET_URL | "https://payment-webinit-mercanet.test.sips-services.com" |
RECAPTCHA2_KEY | "6LeEgvooAAAAAAtz_2cvWOtnaIEFE9Mb_RzHcbJI" |
RECAPTCHA2_SECRET | "6LeEgvooAAAAAMUBPdQJ-uyl4Na9ayYmfQUWCHrl" |
RECAPTCHA3_ENABLED | "'true'" |
RECAPTCHA3_KEY | "6LfbX-ogAAAAAF8FKunAqDoofoaOOP-Bho4Q2X6L" |
RECAPTCHA3_SECRET | "6LfbX-ogAAAAAJ6Gd2Rx-fky5zh8qQOrYUjgqUCB" |
Defined as regular env variables
Key | Value |
---|---|
API_DOMAIN | "api.fntv.dev0.caramia.fr" |
APP_DEBUG | "1" |
AUTH_TYPE | "" |
COMPOSER_ALLOW_SUPERUSER | "1" |
COMPOSER_HOME | "/tmp/composer" |
COMPOSER_MEMORY_LIMIT | "-1" |
CONTENT_LENGTH | "0" |
CONTENT_TYPE | "" |
CRM_DOMAIN | "crm-fntv.preprod-parishanghai.com" |
DOCUMENT_ROOT | "/var/www/html/public" |
DOCUMENT_URI | "index.php" |
FCGI_ROLE | "RESPONDER" |
FNTV_API_DOMAIN | "extranet-fntv.preprod-parishanghai.com" |
GATEWAY_INTERFACE | "CGI/1.1" |
GPG_KEYS | "42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312" |
HOME | "/" |
HOSTNAME | "fntv_sylius" |
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
HTTP_ACCEPT_CHARSET | "ISO-8859-1,utf-8;q=0.7,*;q=0.7" |
HTTP_ACCEPT_ENCODING | "gzip, deflate" |
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5" |
HTTP_HOST | "extranet-comite-recette.dev0.caramia.fr:6771" |
HTTP_SCHEME | "https" |
HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
HTTP_USER_AGENT | "Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)" |
HTTP_X_FORWARDED_FOR | "47.128.121.93" |
MYSQL_DATABASE | "sylius" |
MYSQL_HOST | "sylius_mariadb" |
MYSQL_PASSWORD | "anatomy-Cubist-skylight6-Ohio-Podge-7antidote" |
MYSQL_PORT | "3306" |
MYSQL_USER | "sylius" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
PATH_INFO | "" |
PHPIZE_DEPS | "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" |
PHP_ASC_URL | "https://www.php.net/distributions/php-7.4.21.tar.xz.asc" |
PHP_CFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
PHP_CPPFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
PHP_EXTRA_CONFIGURE_ARGS | "--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi" |
PHP_INI_DIR | "/usr/local/etc/php" |
PHP_LDFLAGS | "-Wl,-O1 -pie" |
PHP_SELF | "/index.php" |
PHP_SHA256 | "cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90" |
PHP_URL | "https://www.php.net/distributions/php-7.4.21.tar.xz" |
PHP_VERSION | "7.4.21" |
PWD | "/var/www/html" |
QUERY_STRING | "template=@SyliusShop/Product/Show/_addToCart.html.twig&productId=14" |
REMOTE_ADDR | "127.0.0.1" |
REMOTE_HOST | "47.128.121.93" |
REMOTE_IDENT | "" |
REMOTE_PORT | "16896" |
REMOTE_USER | "" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1730410463 |
REQUEST_TIME_FLOAT | 1730410463.8031 |
REQUEST_URI | "/_partial/cart/add-item?template=@SyliusShop/Product/Show/_addToCart.html.twig&productId=14" |
SCRIPT_FILENAME | "/var/www/html/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_NAME | "extranet-comite-recette.dev0.caramia.fr" |
SERVER_PORT | 6771 |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SOFTWARE | "Caddy/v2.4.3" |
SYMFONY_DOTENV_VARS | "API_CLIENT_ID,API_CLIENT_SECRET,APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,JWT_PUBLIC_KEY,JWT_SECRET_KEY,JWT_PASSPHRASE,DEFAULT_VEL_STRUCTURE_ID,DEFAULT_VEL_SUB_PROFESSION_ID,CONTEXT_SCHEME,CONTEXT_SECURE,MERCANET_MERCHANT_ID,MERCANET_URL,MERCANET_KEY_VERSION,MAIL_SENDER,MAIL_SENDER_NAME,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,RECAPTCHA3_ENABLED,RECAPTCHA2_KEY,RECAPTCHA2_SECRET" |
argc | 1 |
argv | [
"page=4&sorting%5BcreatedAt%5D=desc"
] |
Parent Request
Return to parent request (token = ee0465)
Key | Value |
---|---|
_controller | "sylius.controller.product:indexAction" |
_firewall_context | "security.firewall.map.context.shop" |
_links | Fig\Link\GenericLinkProvider {#16474 -links: [ "00000000654d45c2000000003726e3b7" => Fig\Link\Link {#16473 -href: "http://extranet-comite-recette.dev0.caramia.fr:6771/api/v2/docs.jsonld" -rel: [ "http://www.w3.org/ns/hydra/core#apiDocumentation" => true ] -attributes: [] } ] } |
_route | "sylius_shop_product_index" |
_route_params | [ "_sylius" => [ "template" => "@SyliusShop/Product/index.html.twig" "grid" => "sylius_shop_product" ] "slug" => "hygiene-securite" ] |
_security_firewall_run | "_security_shop" |
_stopwatch_token | "152d09" |
_sylius | [ "template" => "@SyliusShop/Product/index.html.twig" "grid" => "sylius_shop_product" ] |
slug | "hygiene-securite" |