ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _fos_rest_zone | false |
| _sulu | Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#9259 -attributes: [ "requestUri" => "/fr/contactez-nous" "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2084 -type: 1 -webspace: Sulu\Component\Webspace\Webspace {#2040 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2041 -language: "fr" -country: "" -shadow: "" -children: [] -parent: null -default: true -xDefault: "" } Sulu\Component\Localization\Localization {#2043 -language: "en" -country: "" -shadow: "" -children: [] -parent: null -default: false -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2041} -xDefaultLocalization: null -segments: [] -defaultSegment: null -theme: null -portals: [ Sulu\Component\Webspace\Portal {#2059 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2060 …} Sulu\Component\Localization\Localization {#2061 -language: "en" -country: "" -shadow: null -children: [] -parent: null -default: "" -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -xDefaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -environments: [ "prod" => Sulu\Component\Webspace\Environment {#2062 -type: "prod" -urls: [ Sulu\Component\Webspace\Url {#2063 …} Sulu\Component\Webspace\Url {#2064 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "prod" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2063 …} } "stage" => Sulu\Component\Webspace\Environment {#2065 -type: "stage" -urls: [ Sulu\Component\Webspace\Url {#2066 …} Sulu\Component\Webspace\Url {#2067 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "stage" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2066 …} } "test" => Sulu\Component\Webspace\Environment {#2068 -type: "test" -urls: [ Sulu\Component\Webspace\Url {#2069 …} Sulu\Component\Webspace\Url {#2070 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "test" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2069 …} } "dev" => Sulu\Component\Webspace\Environment {#2071 -type: "dev" -urls: [ Sulu\Component\Webspace\Url {#2072 …} Sulu\Component\Webspace\Url {#2073 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "dev" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2072 …} } ] -webspace: Sulu\Component\Webspace\Webspace {#2040} } ] -security: null -navigation: Sulu\Component\Webspace\Navigation {#2044 …} -templates: [ "search" => "search/search" "error-404" => "error/error-404" "error" => "error/error" ] -defaultTemplates: [ "page" => "default" "home" => "homepage" ] -excludedTemplates: [] -resourceLocatorStrategy: "tree_leaf_edit" } -portal: Sulu\Component\Webspace\Portal {#2059} -localization: Sulu\Component\Localization\Localization {#2041} -segment: null -url: "storm.ewm.dev/fr" -redirect: "" -main: false -urlExpression: "storm.ewm.dev/{localization}" -priority: 5 } "matchType" => 1 "portalUrl" => "storm.ewm.dev/fr" "webspace" => Sulu\Component\Webspace\Webspace {#2040} "portal" => Sulu\Component\Webspace\Portal {#2059} "localization" => Sulu\Component\Localization\Localization {#2041} "locale" => "fr" "urlExpression" => "storm.ewm.dev/{localization}" "resourceLocator" => "/contactez-nous" "resourceLocatorPrefix" => "/fr" "dateTime" => DateTime @1773920641 {#9256 : 2026-03-19 12:44:01.837656 Europe/Zurich (+01:00) } "host" => "storm.ewm.dev" "port" => 443 "path" => "/fr/contactez-nous" "scheme" => "https" ] } |
| exception | Twig\Error\RuntimeError {#9115 #message: "Variable "property" does not exist." #code: 0 #file: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" #line: 12 -lineno: 12 -name: "includes/formScript.html.twig" -rawMessage: "Variable "property" does not exist." -sourcePath: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" -sourceCode: """ <script type="application/javascript">\n $(document).ready(function () {\n $("#form_inquiry").submit(function (event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n \n // Push to dataLayer BEFORE the AJAX call\n window.dataLayer = window.dataLayer || [];\n window.dataLayer.push({\n event: 'contact_proprietary',\n property: {\n id: "{{ property.reference }}",\n name: "{{ property.title|raw }}",\n surface: "{{ property.surface|number_format(0, ' ', ' ') }} m²",\n city: "{{ property.city }}",\n type: "{{ app.request.query.get('type') }}"\n },\n user_data: {\n email_hash: "{{ app.session.get('user') ? app.session.get('user').email|sha256 : '' }}",\n is_connected: "{{ app.session.get('user') ? 'yes' : 'no' }}",\n user_id: "{{ app.session.get('user') ? app.session.get('user').id : '' }}"\n }\n });\n \n grecaptcha.ready(function () { \n grecaptcha\n .execute("{{ recaptcha_site_key }}", {\n action: "form_inquiry"\n }) \n .then(function (token) {\n $.ajax({\n url: "{{ path('mail_send') }}",\n type: "POST",\n data: {\n 'email-from': $("input[name=email-from]").val(),\n 'email-to': $("input[name=email-to]").val(),\n 'email-subject': $("input[name=email-subject]").val(),\n 'email-owner': $("input[name=email-owner]").val(),\n 'data': $("#form_inquiry").serializeArray(),\n 'recaptchaResponseInquiry': token\n },\n success: function (data) {\n $('#form_inquiry').hide();\n $('#success_message').fadeIn();\n \n setTimeout(()=>{\n $('#success_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n },\n error: function (err) {\n $('#form_inquiry').hide();\n $('#error_message').fadeIn();\n \n setTimeout(()=>{\n $('#error_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n }\n });\n });\n });\n });\n });\n </script>\n """ : { { __TwigTemplate_11a5a3c1625973cb095d555cd38bf868->{closure} … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#250 -records: [ 13 => [ [ "timestamp" => 1773920641 "timestamp_rfc3339" => "2026-03-19T12:44:01.833+01:00" "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "property" does not exist." at formScript.html.twig line 12" "priority" => 500 "priorityName" => "CRITICAL" "context" => [ "exception" => Twig\Error\RuntimeError {#9115 #message: "Variable "property" does not exist." #code: 0 #file: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" #line: 12 -lineno: 12 -name: "includes/formScript.html.twig" -rawMessage: "Variable "property" does not exist." -sourcePath: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" -sourceCode: """ <script type="application/javascript">\n $(document).ready(function () {\n $("#form_inquiry").submit(function (event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n \n // Push to dataLayer BEFORE the AJAX call\n window.dataLayer = window.dataLayer || [];\n window.dataLayer.push({\n event: 'contact_proprietary',\n property: {\n id: "{{ property.reference }}",\n name: "{{ property.title|raw }}",\n surface: "{{ property.surface|number_format(0, ' ', ' ') }} m²",\n city: "{{ property.city }}",\n type: "{{ app.request.query.get('type') }}"\n },\n user_data: {\n email_hash: "{{ app.session.get('user') ? app.session.get('user').email|sha256 : '' }}",\n is_connected: "{{ app.session.get('user') ? 'yes' : 'no' }}",\n user_id: "{{ app.session.get('user') ? app.session.get('user').id : '' }}"\n }\n });\n \n grecaptcha.ready(function () { \n grecaptcha\n .execute("{{ recaptcha_site_key }}", {\n action: "form_inquiry"\n }) \n .then(function (token) {\n $.ajax({\n url: "{{ path('mail_send') }}",\n type: "POST",\n data: {\n 'email-from': $("input[name=email-from]").val(),\n 'email-to': $("input[name=email-to]").val(),\n 'email-subject': $("input[name=email-subject]").val(),\n 'email-owner': $("input[name=email-owner]").val(),\n 'data': $("#form_inquiry").serializeArray(),\n 'recaptchaResponseInquiry': token\n },\n success: function (data) {\n $('#form_inquiry').hide();\n $('#success_message').fadeIn();\n \n setTimeout(()=>{\n $('#success_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n },\n error: function (err) {\n $('#form_inquiry').hide();\n $('#error_message').fadeIn();\n \n setTimeout(()=>{\n $('#error_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n }\n });\n });\n });\n });\n });\n </script>\n """ : { { __TwigTemplate_11a5a3c1625973cb095d555cd38bf868->{closure} … › |
Request Headers
| Header | Value |
|---|---|
| accept | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7" |
| cookie | "_fbp=fb.1.1763128541360.9460331193610628; _ga_K60GYJ2LYV=GS2.1.s1763128540$o1$g1$t1763129501$j60$l0$h0; tarteaucitron=!gtag=true!googlemaps=true!recaptcha=true!googlemapssearch=true!googleads=true!gcmads=true; ajs_anonymous_id=%2249265c33-714d-48ff-ad24-d72a1aba47b9%22; _ga_JVGJ4LFE24=GS2.1.s1765269762$o76$g0$t1765269771$j51$l0$h0; _ga_FH59MGBVXJ=GS2.2.s1765286846$o2$g0$t1765286846$j60$l0$h0; _ga_4KYM3X0VTV=GS2.1.s1765286846$o2$g1$t1765288477$j60$l0$h0; _gcl_au=1.1.1118163478.1770644713; _ga_2YZHZKSXE2=GS2.1.s1771842254$o9$g0$t1771842254$j60$l0$h0; _ga=GA1.1.1931229538.1761047042; _ga_EL868CLHWL=GS2.1.s1771842254$o9$g1$t1771842272$j42$l0$h0; admin_auth_profile_token=f1d55b" |
| host | "storm.ewm.dev" |
| priority | "u=0, i" |
| referer | "https://storm.ewm.dev/fr/register" |
| sec-ch-ua | ""Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""macOS"" |
| sec-fetch-dest | "document" |
| sec-fetch-mode | "navigate" |
| sec-fetch-site | "same-origin" |
| sec-fetch-user | "?1" |
| upgrade-insecure-requests | "1" |
| user-agent | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" |
| x-forwarded-proto | "https" |
| 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" |
| content-type | "text/html; charset=UTF-8" |
| date | "Thu, 19 Mar 2026 11:44:01 GMT" |
| vary | "Accept" |
| x-cache-debug | "1" |
| x-debug-exception | "Variable%20%22property%22%20does%20not%20exist." |
| x-debug-exception-file | "%2Fhome%2Fclients%2F14b5397f746691c6b08ec948889ec1dd%2Fvar%2Fwww%2Fstorm-be%2Ftemplates%2Fincludes%2FformScript.html.twig:12" |
| x-debug-token | "8aea91" |
| x-generator | "Sulu/2.6.7" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| _fbp | "fb.1.1763128541360.9460331193610628" |
| _ga | "GA1.1.1931229538.1761047042" |
| _ga_2YZHZKSXE2 | "GS2.1.s1771842254$o9$g0$t1771842254$j60$l0$h0" |
| _ga_4KYM3X0VTV | "GS2.1.s1765286846$o2$g1$t1765288477$j60$l0$h0" |
| _ga_EL868CLHWL | "GS2.1.s1771842254$o9$g1$t1771842272$j42$l0$h0" |
| _ga_FH59MGBVXJ | "GS2.2.s1765286846$o2$g0$t1765286846$j60$l0$h0" |
| _ga_JVGJ4LFE24 | "GS2.1.s1765269762$o76$g0$t1765269771$j51$l0$h0" |
| _ga_K60GYJ2LYV | "GS2.1.s1763128540$o1$g1$t1763129501$j60$l0$h0" |
| _gcl_au | "1.1.1118163478.1770644713" |
| admin_auth_profile_token | "f1d55b" |
| ajs_anonymous_id | ""49265c33-714d-48ff-ad24-d72a1aba47b9"" |
| tarteaucitron | "!gtag=true!googlemaps=true!recaptcha=true!googlemapssearch=true!googleads=true!gcmads=true" |
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 19 Mar 26 12:44:01 +0100" |
| Last used | "Thu, 19 Mar 26 12:44:01 +0100" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
Twig\Extension\CoreExtension:1882
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1882
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/d9/d9c227d44ba3ee4b71a1664e5ced5b03.php"
"line" => 120
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_04bd907dd1cef4ac494cfad73f1b1d5f"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1493
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/5c/5c88e726e40ef83d57dc58e3094f3b22.php"
"line" => 425
"function" => "include"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 432
"function" => "block_includes"
"class" => "__TwigTemplate_9d73c8cb19e13b615dce5c46e439005b"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/5c/5c88e726e40ef83d57dc58e3094f3b22.php"
"line" => 132
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_9d73c8cb19e13b615dce5c46e439005b"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/26/26f54287ff5316272126c607f51d674f.php"
"line" => 53
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_ff78d5634b9f04fcb33d68da4d2215a1"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 229
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php"
"line" => 77
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php"
"line" => 33
"function" => "renderStructure"
"class" => "Sulu\Bundle\WebsiteBundle\Controller\WebsiteController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "indexAction"
"class" => "Sulu\Bundle\WebsiteBundle\Controller\DefaultController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| ANTHROPIC_API_KEY | "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" |
| APP_ENV | "dev" |
| APP_SECRET | "$ecretf0rt3st" |
| BACK_BASE_URL | "https://storm.ewm.dev" |
| DATABASE_URL | "mysql://dv36i_storm:L-WwU!V2ls!05@127.0.0.1:3306/dv36i_storm?serverVersion=mariadb-10.4.27&charset=utf8mb4" |
| DOMAIN_NAME | "http://localhost:8799" |
| EMAIL_FROM | "noreply@ewm.swiss" |
| EMAIL_NAME | "STORM" |
| FRANCE_TRAVAIL_CLIENT_ID | "PAR_ewmdev_4464629c0031eff31bc3114dd7300c54176b06f645babe1f1079c5d00cd1ed7d" |
| FRANCE_TRAVAIL_CLIENT_SECRET | "4362880bdb7c1e31aa6550c2791dece36d9cee2097d75333d28d7e2417c11460" |
| FRONT_BASE_URL | "https://storm-landlords-platform.ewm.dev" |
| GOOGLE_MAP_API_KEY | "AIzaSyB76vRIRrSY9LariuTihwjBw3Lse-frXnE" |
| INSEE_API_KEY | "ab3d886a-55d3-4c58-bd88-6a55d3ec581f" |
| ISOCHRONES_API_KEY | "5b3ce3597851110001cf6248962899fc65a746ed87ba2e7d3185f14a" |
| JWT_PASSPHRASE | "" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| LOCK_DSN | "flock" |
| MAILER_DSN | "smtp://127.0.0.1:25" |
| MAILER_FROM | "sb@ewm.swiss" |
| MAILER_TO | "sb@ewm.swiss" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| NEWSLETTER_API_KEY | "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" |
| ORS_API_KEY | "5b3ce3597851110001cf624806b8b325d0b442d1807df9b6208f8fab" |
| ORS_BASE_URL | "https://map.storm.ewm.dev/ors" |
| POPULATION_API_URL | "https://api.total.population.storm.ewm.dev/api/total_pop" |
| PROVIDER_API_KEY | "A7f#L9x@Pq3!Zw2T" |
| PROVIDER_BASE_URL | "https://storm-sp-platform.ewm.dev/api" |
| RECAPTCHA_SECRET_KEY | "6LeCGAQoAAAAAGitW_SIXa0Jx3Hy8hThYrGbYfFe" |
| RECAPTCHA_SITE_KEY | "6LeCGAQoAAAAAOF1qFyxx3w1LhmCKsdADbtWqrrF" |
| SULU_ADMIN_EMAIL | "sulu@sulu.com" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7" |
| HTTP_COOKIE | "_fbp=fb.1.1763128541360.9460331193610628; _ga_K60GYJ2LYV=GS2.1.s1763128540$o1$g1$t1763129501$j60$l0$h0; tarteaucitron=!gtag=true!googlemaps=true!recaptcha=true!googlemapssearch=true!googleads=true!gcmads=true; ajs_anonymous_id=%2249265c33-714d-48ff-ad24-d72a1aba47b9%22; _ga_JVGJ4LFE24=GS2.1.s1765269762$o76$g0$t1765269771$j51$l0$h0; _ga_FH59MGBVXJ=GS2.2.s1765286846$o2$g0$t1765286846$j60$l0$h0; _ga_4KYM3X0VTV=GS2.1.s1765286846$o2$g1$t1765288477$j60$l0$h0; _gcl_au=1.1.1118163478.1770644713; _ga_2YZHZKSXE2=GS2.1.s1771842254$o9$g0$t1771842254$j60$l0$h0; _ga=GA1.1.1931229538.1761047042; _ga_EL868CLHWL=GS2.1.s1771842254$o9$g1$t1771842272$j42$l0$h0; admin_auth_profile_token=f1d55b" |
| HTTP_HOST | "storm.ewm.dev" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_REFERER | "https://storm.ewm.dev/fr/register" |
| HTTP_SEC_CH_UA | ""Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""macOS"" |
| HTTP_SEC_FETCH_DEST | "document" |
| HTTP_SEC_FETCH_MODE | "navigate" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_SEC_FETCH_USER | "?1" |
| HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" |
| HTTP_X_FORWARDED_PROTO | "https" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PHP_SELF | "/index.php" |
| PHP_VERSION | "8.2" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_PHP_VERSION | "8.2" |
| REDIRECT_SCRIPT_URI | "https://storm.ewm.dev/fr/contactez-nous" |
| REDIRECT_SCRIPT_URL | "/fr/contactez-nous" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "abvhgXYV64x7WPzGGw4WHwAAANc" |
| REDIRECT_URL | "/fr/contactez-nous" |
| REMOTE_ADDR | "165.50.31.156" |
| REMOTE_PORT | "60768" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1773920641 |
| REQUEST_TIME_FLOAT | 1773920641.4908 |
| REQUEST_URI | "/fr/contactez-nous" |
| SCRIPT_FILENAME | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://storm.ewm.dev/fr/contactez-nous" |
| SCRIPT_URL | "/fr/contactez-nous" |
| SERVER_ADDR | "127.0.0.80" |
| SERVER_ADMIN | "we@ewm.swiss" |
| SERVER_NAME | "storm.ewm.dev" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SYMFONY_DOTENV_PATH | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,LOCK_DSN,DATABASE_URL,SULU_ADMIN_EMAIL,MAILER_TO,MAILER_FROM,DOMAIN_NAME,RECAPTCHA_SECRET_KEY,RECAPTCHA_SITE_KEY,GOOGLE_MAP_API_KEY,NEWSLETTER_API_KEY,INSEE_API_KEY,PROVIDER_API_KEY,PROVIDER_BASE_URL,ISOCHRONES_API_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,ANTHROPIC_API_KEY,MESSENGER_TRANSPORT_DSN,BACK_BASE_URL,FRONT_BASE_URL,MAILER_DSN,EMAIL_FROM,EMAIL_NAME,FRANCE_TRAVAIL_CLIENT_ID,FRANCE_TRAVAIL_CLIENT_SECRET,ORS_BASE_URL,ORS_API_KEY,POPULATION_API_URL" |
| TEMP | "/home/clients/14b5397f746691c6b08ec948889ec1dd/tmp" |
| TMP | "/home/clients/14b5397f746691c6b08ec948889ec1dd/tmp" |
| TMPDIR | "/home/clients/14b5397f746691c6b08ec948889ec1dd/tmp" |
| UNIQUE_ID | "abvhgXYV64x7WPzGGw4WHwAAANc" |
Parent Request
Return to parent request (token = e642a6)
| Key | Value |
|---|---|
| _controller | "Sulu\Bundle\WebsiteBundle\Controller\DefaultController::indexAction" |
| _fos_rest_zone | false |
| _remove_csp_headers | true |
| _route | "contact_a56a1b36-9257-425f-88a0-a7c1fa1e6f4e" |
| _route_params | [ "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3361 #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3276 …} #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#530 …} -loadedProperties: [ "title" => Sulu\Component\Content\Compat\Property {#3733 -metadata: Sulu\Component\Content\Compat\Metadata {#3724 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3728 …} #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3699 -name: "headline" -value: true -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3736 …} } ] -tags: [ "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3732 -name: "sulu.rlp.part" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "url" => Sulu\Component\Content\Compat\Property {#3744 -metadata: Sulu\Component\Content\Compat\Metadata {#3743 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3745 …} #types: [] #properties: [] -name: "url" -contentTypeName: "resource_locator" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [ "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3742 -name: "sulu.rlp" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#3746 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3831 …} #types: [ "contact-cover" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3774 -name: "contact-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3766 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3767 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3792 -metadata: Sulu\Component\Content\Compat\Metadata {#3790 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3775 -name: "types" -value: "image,video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3776 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "contact-information" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3777 -name: "contact-information" -metadata: Sulu\Component\Content\Compat\Metadata {#3772 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3771 -metadata: Sulu\Component\Content\Compat\Metadata {#3770 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3768 -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "emailTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3764 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "email" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3762 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phoneTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3760 -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phone" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3758 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "addressTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3756 -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "address" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } ] -settings: [] } "contact-form" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3754 -name: "contact-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3752 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3750 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3780 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3748 -name: "types" -value: "Form" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} } "max" => Sulu\Component\Content\Compat\PropertyParameter {#3778 -name: "max" -value: 1 -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3832 -name: "contact-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3766 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3829 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: "Contactez-nous" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3830 -metadata: Sulu\Component\Content\Compat\Metadata {#3790 …} -value: [ "displayOption" => null "id" => 32 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3775} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3868 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3827 -name: "contact-information" -metadata: Sulu\Component\Content\Compat\Metadata {#3772 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3828 -metadata: Sulu\Component\Content\Compat\Metadata {#3770 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3850 -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -value: "Email" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "emailTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3849 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: "info@storm-re.com" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "email" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3848 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phoneTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3847 -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phone" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3846 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: "Adresse postale " -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "addressTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3845 -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} -value: "<p>7 rue de Boissac </p><p>69002 LYON</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "address" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } ] -settings: {#3858 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3844 -name: "contact-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3843 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: "Formulaire " -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3842 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: "<p>N’hésitez pas à nous contacter directement ou à nous envoyer un message en remplissant le formulaire.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3841 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "41ed80a0-7eae-4d10-82bc-50872067f930" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3748} "max" => Sulu\Component\Content\Compat\PropertyParameter {#3778} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3853 …} } ] -name: "blocks" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: "contact-cover" } ] #locale: null -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1515 …} #document: Sulu\Bundle\PageBundle\Document\PageDocument {#2388 …} } "partial" => false ] |
| _sulu | Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#2086 -attributes: [ "requestUri" => "/fr/contactez-nous" "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2084 -type: 1 -webspace: Sulu\Component\Webspace\Webspace {#2040 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2041 -language: "fr" -country: "" -shadow: "" -children: [] -parent: null -default: true -xDefault: "" } Sulu\Component\Localization\Localization {#2043 -language: "en" -country: "" -shadow: "" -children: [] -parent: null -default: false -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2041} -xDefaultLocalization: null -segments: [] -defaultSegment: null -theme: null -portals: [ Sulu\Component\Webspace\Portal {#2059 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2060 …} Sulu\Component\Localization\Localization {#2061 -language: "en" -country: "" -shadow: null -children: [] -parent: null -default: "" -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -xDefaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -environments: [ "prod" => Sulu\Component\Webspace\Environment {#2062 -type: "prod" -urls: [ Sulu\Component\Webspace\Url {#2063 …} Sulu\Component\Webspace\Url {#2064 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "prod" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2063 …} } "stage" => Sulu\Component\Webspace\Environment {#2065 -type: "stage" -urls: [ Sulu\Component\Webspace\Url {#2066 …} Sulu\Component\Webspace\Url {#2067 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "stage" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2066 …} } "test" => Sulu\Component\Webspace\Environment {#2068 -type: "test" -urls: [ Sulu\Component\Webspace\Url {#2069 …} Sulu\Component\Webspace\Url {#2070 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "test" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2069 …} } "dev" => Sulu\Component\Webspace\Environment {#2071 -type: "dev" -urls: [ Sulu\Component\Webspace\Url {#2072 …} Sulu\Component\Webspace\Url {#2073 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "dev" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2072 …} } ] -webspace: Sulu\Component\Webspace\Webspace {#2040} } ] -security: null -navigation: Sulu\Component\Webspace\Navigation {#2044 …} -templates: [ "search" => "search/search" "error-404" => "error/error-404" "error" => "error/error" ] -defaultTemplates: [ "page" => "default" "home" => "homepage" ] -excludedTemplates: [] -resourceLocatorStrategy: "tree_leaf_edit" } -portal: Sulu\Component\Webspace\Portal {#2059} -localization: Sulu\Component\Localization\Localization {#2041} -segment: null -url: "storm.ewm.dev/fr" -redirect: "" -main: false -urlExpression: "storm.ewm.dev/{localization}" -priority: 5 } "matchType" => 1 "portalUrl" => "storm.ewm.dev/fr" "webspace" => Sulu\Component\Webspace\Webspace {#2040} "portal" => Sulu\Component\Webspace\Portal {#2059} "localization" => Sulu\Component\Localization\Localization {#2041} "locale" => "fr" "urlExpression" => "storm.ewm.dev/{localization}" "resourceLocator" => "/contactez-nous" "resourceLocatorPrefix" => "/fr" "dateTime" => DateTime @1773920641 {#1660 : 2026-03-19 12:44:01.509077 Europe/Zurich (+01:00) } "host" => "storm.ewm.dev" "port" => 443 "path" => "/fr/contactez-nous" "scheme" => "https" ] } |
| partial | false |
| routeDocument | Symfony\Component\Routing\Route {#3362 -path: "/fr/contactez-nous" -host: "" -schemes: [] -methods: [] -defaults: [ "_controller" => "Sulu\Bundle\WebsiteBundle\Controller\DefaultController::indexAction" "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3361 #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3276 …} #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#530 …} -loadedProperties: [ "title" => Sulu\Component\Content\Compat\Property {#3733 -metadata: Sulu\Component\Content\Compat\Metadata {#3724 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3728 …} #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3699 -name: "headline" -value: true -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3736 …} } ] -tags: [ "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3732 -name: "sulu.rlp.part" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "url" => Sulu\Component\Content\Compat\Property {#3744 -metadata: Sulu\Component\Content\Compat\Metadata {#3743 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3745 …} #types: [] #properties: [] -name: "url" -contentTypeName: "resource_locator" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [ "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3742 -name: "sulu.rlp" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#3746 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3831 …} #types: [ "contact-cover" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3774 -name: "contact-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3766 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3767 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3792 -metadata: Sulu\Component\Content\Compat\Metadata {#3790 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3775 -name: "types" -value: "image,video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3776 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "contact-information" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3777 -name: "contact-information" -metadata: Sulu\Component\Content\Compat\Metadata {#3772 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3771 -metadata: Sulu\Component\Content\Compat\Metadata {#3770 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3768 -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "emailTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3764 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "email" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3762 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phoneTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3760 -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phone" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3758 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "addressTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3756 -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "address" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } ] -settings: [] } "contact-form" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3754 -name: "contact-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3752 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3750 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3780 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3748 -name: "types" -value: "Form" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} } "max" => Sulu\Component\Content\Compat\PropertyParameter {#3778 -name: "max" -value: 1 -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3832 -name: "contact-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3766 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3829 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: "Contactez-nous" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3830 -metadata: Sulu\Component\Content\Compat\Metadata {#3790 …} -value: [ "displayOption" => null "id" => 32 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3775} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3868 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3827 -name: "contact-information" -metadata: Sulu\Component\Content\Compat\Metadata {#3772 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3828 -metadata: Sulu\Component\Content\Compat\Metadata {#3770 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3850 -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -value: "Email" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "emailTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3849 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: "info@storm-re.com" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "email" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3848 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phoneTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3847 -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phone" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3846 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: "Adresse postale " -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "addressTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3845 -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} -value: "<p>7 rue de Boissac </p><p>69002 LYON</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "address" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } ] -settings: {#3858 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3844 -name: "contact-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3843 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: "Formulaire " -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3842 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: "<p>N’hésitez pas à nous contacter directement ou à nous envoyer un message en remplissant le formulaire.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3841 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "41ed80a0-7eae-4d10-82bc-50872067f930" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3748} "max" => Sulu\Component\Content\Compat\PropertyParameter {#3778} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3853 …} } ] -name: "blocks" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: "contact-cover" } ] #locale: null -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1515 …} #document: Sulu\Bundle\PageBundle\Document\PageDocument {#2388 …} } "partial" => false ] -requirements: [] -options: [ "compiler_class" => "Symfony\Component\Routing\RouteCompiler" "utf8" => true ] -condition: "" -compiled: Symfony\Component\Routing\CompiledRoute {#3398 …} } |
| structure | Sulu\Component\Content\Compat\Structure\PageBridge {#3361 #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3276 …} #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#530 …} -loadedProperties: [ "title" => Sulu\Component\Content\Compat\Property {#3733 -metadata: Sulu\Component\Content\Compat\Metadata {#3724 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3728 …} #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3699 -name: "headline" -value: true -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3736 …} } ] -tags: [ "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3732 -name: "sulu.rlp.part" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "url" => Sulu\Component\Content\Compat\Property {#3744 -metadata: Sulu\Component\Content\Compat\Metadata {#3743 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3745 …} #types: [] #properties: [] -name: "url" -contentTypeName: "resource_locator" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [ "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3742 -name: "sulu.rlp" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#3746 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3831 …} #types: [ "contact-cover" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3774 -name: "contact-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3766 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3767 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3792 -metadata: Sulu\Component\Content\Compat\Metadata {#3790 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3775 -name: "types" -value: "image,video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3776 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "contact-information" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3777 -name: "contact-information" -metadata: Sulu\Component\Content\Compat\Metadata {#3772 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3771 -metadata: Sulu\Component\Content\Compat\Metadata {#3770 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3768 -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "emailTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3764 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "email" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3762 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phoneTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3760 -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phone" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3758 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "addressTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3756 -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "address" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } ] -settings: [] } "contact-form" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3754 -name: "contact-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3752 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3750 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3780 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3748 -name: "types" -value: "Form" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} } "max" => Sulu\Component\Content\Compat\PropertyParameter {#3778 -name: "max" -value: 1 -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3832 -name: "contact-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3766 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3829 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: "Contactez-nous" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3830 -metadata: Sulu\Component\Content\Compat\Metadata {#3790 …} -value: [ "displayOption" => null "id" => 32 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3775} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3868 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3827 -name: "contact-information" -metadata: Sulu\Component\Content\Compat\Metadata {#3772 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3828 -metadata: Sulu\Component\Content\Compat\Metadata {#3770 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3850 -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -value: "Email" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "emailTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3849 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: "info@storm-re.com" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "email" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3848 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phoneTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3847 -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "phone" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3846 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: "Adresse postale " -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "addressTitle" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3845 -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} -value: "<p>7 rue de Boissac </p><p>69002 LYON</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "address" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } ] -settings: {#3858 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3844 -name: "contact-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3843 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: "Formulaire " -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3842 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: "<p>N’hésitez pas à nous contacter directement ou à nous envoyer un message en remplissant le formulaire.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3841 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "41ed80a0-7eae-4d10-82bc-50872067f930" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3361} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3748} "max" => Sulu\Component\Content\Compat\PropertyParameter {#3778} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3853 …} } ] -name: "blocks" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: "contact-cover" } ] #locale: null -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1515 …} #document: Sulu\Bundle\PageBundle\Document\PageDocument {#2388 …} } |