Exceptions

An exception has been thrown during the rendering of a template ("Parameter "path" for route "demi_lightbox_topbar_content" must match ".+" ("" given) to generate a corresponding URL.").

Exceptions 2

Twig\Error\ RuntimeError

  1.             {% set headline = ('demi.detail.image' ~ s ~ '-gallery-button')|trans %}
  2.             {% set headline = headline|replace({'[AMOUNT_IMAGES]': ''}) %}
  3.             {% set fullPathLighbox = document.getFullPath() %}
  4.             {% if fullPathLighbox != '' %}
  5.                 {% set lightboxTopBarUrl = pimcore_url({'path': document.getFullPath()|trim('/','right') },'demi_lightbox_topbar_content') %}
  6.                 {% if lightboxTopBarUrl matches '@^//.*@' %}
  7.                     {% set  lightboxTopBarUrl = lightboxTopBarUrl|replace({"//": "/"})%}
  8.                 {% endif %}
  9.             {% endif %}
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.         $this->template $template;
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.             if (!$ignoreMissing) {
  2.                 throw $e;
  3.             }
  4.         }
  5.         return $loaded $loaded->render($variables) : '';
  6.     } finally {
  7.         if ($isSandboxed && !$alreadySandboxed) {
  8.             $sandbox->disableSandbox();
  9.         }
  10.     }
  1.         echo "\" id=\"pictures\" role=\"tabpanel\">
  2.                                 ";
  3.         // line 419
  4.         echo twig_include($this->env$context"@ElementsDemiFrontend/Accommodation/includes/acco-pictures.desktop.html.twig", ["photoCount" =>         // line 420
  5. (isset($context["photoCount"]) || array_key_exists("photoCount"$context) ? $context["photoCount"] : (function () { throw new RuntimeError('Variable "photoCount" does not exist.'420$this->source); })()), "videoCount" =>         // line 421
  6. (isset($context["videoCount"]) || array_key_exists("videoCount"$context) ? $context["videoCount"] : (function () { throw new RuntimeError('Variable "videoCount" does not exist.'421$this->source); })()), "panoCount" =>         // line 422
  7. (isset($context["panoCount"]) || array_key_exists("panoCount"$context) ? $context["panoCount"] : (function () { throw new RuntimeError('Variable "panoCount" does not exist.'422$this->source); })()), "impressionsLinks" =>         // line 423
  8. (isset($context["impressionLinks"]) || array_key_exists("impressionLinks"$context) ? $context["impressionLinks"] : (function () { throw new RuntimeError('Variable "impressionLinks" does not exist.'423$this->source); })()), "fromDate" =>         // line 424
  9. (isset($context["fromDate"]) || array_key_exists("fromDate"$context) ? $context["fromDate"] : (function () { throw new RuntimeError('Variable "fromDate" does not exist.'424$this->source); })()), "imageList" =>         // line 425
  10. (isset($context["imageList"]) || array_key_exists("imageList"$context) ? $context["imageList"] : (function () { throw new RuntimeError('Variable "imageList" does not exist.'425$this->source); })()), "accoId" => twig_get_attribute($this->env$this->source,         // line 426
in vendor/twig/twig/src/Template.php -> block_content (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         } else {
  2.             // line 29
  3.             echo "    <div class=\"main-content--spacing main-content--no-hero-small content-block\">
  4.         ";
  5.             // line 30
  6.             $this->displayBlock("content"$context$blocks);
  7.             echo "
  8.     </div>
  9. ";
  10.         }
  11.         // line 33
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $context["jsonLdData"] = $this->env->getFunction('demi_getAccommodationJsonLdData')->getCallable()($this->sandbox->ensureToStringAllowed((isset($context["accommodation"]) || array_key_exists("accommodation"$context) ? $context["accommodation"] : (function () { throw new RuntimeError('Variable "accommodation" does not exist.'90$this->source); })()), 90$this->source), ((array_key_exists("options"$context)) ? ((isset($context["options"]) || array_key_exists("options"$context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.'90$this->source); })())) : ([])), ((array_key_exists("packages"$context)) ? ((isset($context["packages"]) || array_key_exists("packages"$context) ? $context["packages"] : (function () { throw new RuntimeError('Variable "packages" does not exist.'90$this->source); })())) : (null)));
  2.         // line 92
  3.         twig_get_attribute($this->env$this->source$this->extensions['Elements\Bundle\JsonLdBundle\Twig\Extension\JsonLdExtension']->jsonLd(), "add", ["accommodation", (isset($context["jsonLdData"]) || array_key_exists("jsonLdData"$context) ? $context["jsonLdData"] : (function () { throw new RuntimeError('Variable "jsonLdData" does not exist.'92$this->source); })())], "method"falsefalsetrue92);
  4.         // line 94
  5.         $this->parent $this->loadTemplate("@ElementsDemiFrontend/Layout/layout.html.twig""@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig"94);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.         $this->template $template;
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.         $templatingEngine $this->container->get('pimcore.templating');
  2.         if ($templatingEngine->isDelegate()) {
  3.             return $templatingEngine->render($view$parameters);
  4.         }
  5.         return parent::renderView($view$parameters);
  6.     }
  7.     /**
  8.      * @return string[]
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
  1.             $response->setContent($content);
  2.             return $response;
  3.         }
  4.         return parent::render($view$parameters$response);
  5.     }
  6.     /**
  7.      * {@inheritdoc}
  8.      *
  1.      *
  2.      * @return Response
  3.      */
  4.     public function renderTemplate($view, array $parameters = [], Response $response null)
  5.     {
  6.         return $this->render($view$parameters$response);
  7.     }
  8. }
FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true)) in src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php (line 331)
  1.         $deviceDetector Tool\DeviceDetector ::getInstance();
  2.         $device $deviceDetector->isPhone() ? 'mobile' 'desktop';
  3.         $path $viewParams['isAffiliate'] ? 'Affiliate' 'Accommodation';
  4.         return $this->renderTemplate('@ElementsDemiFrontend/'.$path.'/detail.'.$device.'.html.twig'$viewParams);
  5.     }
  6.     public function destinationpackageAction(Request $requestint $idint $pidRobots $robotsUserInterface $user null): Response
  7.     {
  8.         $object Package::getById($pid);
in vendor/symfony/http-kernel/HttpKernel.php -> detailAction (line 163)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 35)
  1. $kernel \Pimcore\Bootstrap::kernel();
  2. // reset current request - will be read from request stack from now on
  3. Tool::setCurrentRequest(null);
  4. $response $kernel->handle($request);
  5. $response->send();
  6. $kernel->terminate($request$response);

Symfony\Component\Routing\Exception\ InvalidParameterException

Parameter "path" for route "demi_lightbox_topbar_content" must match ".+" ("" given) to generate a corresponding URL.

  1.                 if (!$optional || $important || !\array_key_exists($varName$defaults) || (null !== $mergedParams[$varName] && (string) $mergedParams[$varName] !== (string) $defaults[$varName])) {
  2.                     // check requirement (while ignoring look-around patterns)
  3.                     if (null !== $this->strictRequirements && !preg_match('#^'.preg_replace('/\(\?(?:=|<=|!|<!)((?:[^()\\\\]+|\\\\.|\((?1)\))*)\)/'''$token[2]).'$#i'.(empty($token[4]) ? '' 'u'), $mergedParams[$token[3]] ?? '')) {
  4.                         if ($this->strictRequirements) {
  5.                             throw new InvalidParameterException(strtr($message, ['{parameter}' => $varName'{route}' => $name'{expected}' => $token[2], '{given}' => $mergedParams[$varName]]));
  6.                         }
  7.                         if ($this->logger) {
  8.                             $this->logger->error($message, ['parameter' => $varName'route' => $name'expected' => $token[2], 'given' => $mergedParams[$varName]]);
  9.                         }
  1.             } elseif (!isset($parameters['_locale'])) {
  2.                 $parameters['_locale'] = $defaults['_locale'];
  3.             }
  4.         }
  5.         return $this->doGenerate($variables$defaults$requirements$tokens$parameters$name$referenceType$hostTokens$requiredSchemes);
  6.     }
  7. }
in vendor/symfony/routing/Router.php -> generate (line 235)
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function generate(string $name, array $parameters = [], int $referenceType self::ABSOLUTE_PATH)
  5.     {
  6.         return $this->getGenerator()->generate($name$parameters$referenceType);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
  1.             if ($router instanceof VersatileGeneratorInterface && !$router->supports($name)) {
  2.                 continue;
  3.             }
  4.             try {
  5.                 return $router->generate($name$parameters$absolute);
  6.             } catch (RouteNotFoundException $e) {
  7.                 $hint $this->getErrorMessage($name$router$parameters);
  8.                 $debug[] = $hint;
  9.                 if ($this->logger) {
  10.                     $this->logger->debug('Router '.get_class($router)." was unable to generate route. Reason: '$hint': ".$e->getMessage());
  1.             return $path;
  2.         }
  3.         if ($name !== null) {
  4.             return $this->generator->generate($name$parameters$referenceType);
  5.         }
  6.         return '';
  7.     }
  1.         // merge all parameters from request to parameters
  2.         if (!$reset && $this->requestHelper->hasMainRequest()) {
  3.             $urlOptions array_replace($this->requestHelper->getMainRequest()->query->all(), $urlOptions);
  4.         }
  5.         return $this->generateUrl($name$urlOptions$relative UrlGeneratorInterface::RELATIVE_PATH UrlGeneratorInterface::ABSOLUTE_PATH$encode);
  6.     }
  7.     /**
  8.      * Generate URL with support to only pass parameters ZF1 style (defaults to current route).
  9.      *
  1.             ";
  2.             // line 55
  3.             if (((isset($context["fullPathLighbox"]) || array_key_exists("fullPathLighbox"$context) ? $context["fullPathLighbox"] : (function () { throw new RuntimeError('Variable "fullPathLighbox" does not exist.'55$this->source); })()) != "")) {
  4.                 // line 56
  5.                 echo "                ";
  6.                 $context["lightboxTopBarUrl"] = $this->env->getFunction('pimcore_url')->getCallable()(["path" => twig_trim_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'56$this->source); })()), "getFullPath", [], "method"falsefalsetrue56), 56$this->source), "/""right")], "demi_lightbox_topbar_content");
  7.                 // line 57
  8.                 echo "                ";
  9.                 if (twig_matches("@^//.*@", (isset($context["lightboxTopBarUrl"]) || array_key_exists("lightboxTopBarUrl"$context) ? $context["lightboxTopBarUrl"] : (function () { throw new RuntimeError('Variable "lightboxTopBarUrl" does not exist.'57$this->source); })()))) {
  10.                     // line 58
  11.                     echo "                    ";
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.         $this->template $template;
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.             if (!$ignoreMissing) {
  2.                 throw $e;
  3.             }
  4.         }
  5.         return $loaded $loaded->render($variables) : '';
  6.     } finally {
  7.         if ($isSandboxed && !$alreadySandboxed) {
  8.             $sandbox->disableSandbox();
  9.         }
  10.     }
  1.         echo "\" id=\"pictures\" role=\"tabpanel\">
  2.                                 ";
  3.         // line 419
  4.         echo twig_include($this->env$context"@ElementsDemiFrontend/Accommodation/includes/acco-pictures.desktop.html.twig", ["photoCount" =>         // line 420
  5. (isset($context["photoCount"]) || array_key_exists("photoCount"$context) ? $context["photoCount"] : (function () { throw new RuntimeError('Variable "photoCount" does not exist.'420$this->source); })()), "videoCount" =>         // line 421
  6. (isset($context["videoCount"]) || array_key_exists("videoCount"$context) ? $context["videoCount"] : (function () { throw new RuntimeError('Variable "videoCount" does not exist.'421$this->source); })()), "panoCount" =>         // line 422
  7. (isset($context["panoCount"]) || array_key_exists("panoCount"$context) ? $context["panoCount"] : (function () { throw new RuntimeError('Variable "panoCount" does not exist.'422$this->source); })()), "impressionsLinks" =>         // line 423
  8. (isset($context["impressionLinks"]) || array_key_exists("impressionLinks"$context) ? $context["impressionLinks"] : (function () { throw new RuntimeError('Variable "impressionLinks" does not exist.'423$this->source); })()), "fromDate" =>         // line 424
  9. (isset($context["fromDate"]) || array_key_exists("fromDate"$context) ? $context["fromDate"] : (function () { throw new RuntimeError('Variable "fromDate" does not exist.'424$this->source); })()), "imageList" =>         // line 425
  10. (isset($context["imageList"]) || array_key_exists("imageList"$context) ? $context["imageList"] : (function () { throw new RuntimeError('Variable "imageList" does not exist.'425$this->source); })()), "accoId" => twig_get_attribute($this->env$this->source,         // line 426
in vendor/twig/twig/src/Template.php -> block_content (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         } else {
  2.             // line 29
  3.             echo "    <div class=\"main-content--spacing main-content--no-hero-small content-block\">
  4.         ";
  5.             // line 30
  6.             $this->displayBlock("content"$context$blocks);
  7.             echo "
  8.     </div>
  9. ";
  10.         }
  11.         // line 33
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $context["jsonLdData"] = $this->env->getFunction('demi_getAccommodationJsonLdData')->getCallable()($this->sandbox->ensureToStringAllowed((isset($context["accommodation"]) || array_key_exists("accommodation"$context) ? $context["accommodation"] : (function () { throw new RuntimeError('Variable "accommodation" does not exist.'90$this->source); })()), 90$this->source), ((array_key_exists("options"$context)) ? ((isset($context["options"]) || array_key_exists("options"$context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.'90$this->source); })())) : ([])), ((array_key_exists("packages"$context)) ? ((isset($context["packages"]) || array_key_exists("packages"$context) ? $context["packages"] : (function () { throw new RuntimeError('Variable "packages" does not exist.'90$this->source); })())) : (null)));
  2.         // line 92
  3.         twig_get_attribute($this->env$this->source$this->extensions['Elements\Bundle\JsonLdBundle\Twig\Extension\JsonLdExtension']->jsonLd(), "add", ["accommodation", (isset($context["jsonLdData"]) || array_key_exists("jsonLdData"$context) ? $context["jsonLdData"] : (function () { throw new RuntimeError('Variable "jsonLdData" does not exist.'92$this->source); })())], "method"falsefalsetrue92);
  4.         // line 94
  5.         $this->parent $this->loadTemplate("@ElementsDemiFrontend/Layout/layout.html.twig""@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig"94);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.         $this->template $template;
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.         $templatingEngine $this->container->get('pimcore.templating');
  2.         if ($templatingEngine->isDelegate()) {
  3.             return $templatingEngine->render($view$parameters);
  4.         }
  5.         return parent::renderView($view$parameters);
  6.     }
  7.     /**
  8.      * @return string[]
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
  1.             $response->setContent($content);
  2.             return $response;
  3.         }
  4.         return parent::render($view$parameters$response);
  5.     }
  6.     /**
  7.      * {@inheritdoc}
  8.      *
  1.      *
  2.      * @return Response
  3.      */
  4.     public function renderTemplate($view, array $parameters = [], Response $response null)
  5.     {
  6.         return $this->render($view$parameters$response);
  7.     }
  8. }
FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true)) in src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php (line 331)
  1.         $deviceDetector Tool\DeviceDetector ::getInstance();
  2.         $device $deviceDetector->isPhone() ? 'mobile' 'desktop';
  3.         $path $viewParams['isAffiliate'] ? 'Affiliate' 'Accommodation';
  4.         return $this->renderTemplate('@ElementsDemiFrontend/'.$path.'/detail.'.$device.'.html.twig'$viewParams);
  5.     }
  6.     public function destinationpackageAction(Request $requestint $idint $pidRobots $robotsUserInterface $user null): Response
  7.     {
  8.         $object Package::getById($pid);
in vendor/symfony/http-kernel/HttpKernel.php -> detailAction (line 163)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 35)
  1. $kernel \Pimcore\Bootstrap::kernel();
  2. // reset current request - will be read from request stack from now on
  3. Tool::setCurrentRequest(null);
  4. $response $kernel->handle($request);
  5. $response->send();
  6. $kernel->terminate($request$response);

Logs

Level Channel Message
DEBUG 05:28:39 doctrine SELECT * FROM website_settings WHERE name = ? AND ( siteId IS NULL OR siteId = 0 OR siteId = ? ) AND ( language IS NULL OR language = '' OR language = ? ) ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
[
    "defaultSiteConfig",
    null,
    null
]
DEBUG 05:28:39 doctrine SELECT * FROM website_settings WHERE id = ?
[
    1
]
DEBUG 05:28:39 doctrine SELECT name FROM classes WHERE id = ?
[
    "SiteConfig"
]
DEBUG 05:28:39 cache Successfully got data for key object_5668 from cache
{
    "key": "object_5668"
}
DEBUG 05:28:39 doctrine SELECT * FROM website_settings WHERE name = ? AND ( siteId IS NULL OR siteId = 0 OR siteId = ? ) AND ( language IS NULL OR language = '' OR language = ? ) ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
[
    "mainBlogPortal",
    null,
    null
]
DEBUG 05:28:39 doctrine SELECT * FROM website_settings WHERE id = ?
[
    8
]
DEBUG 05:28:39 doctrine SELECT name FROM classes WHERE id = ?
[
    "BlogPortal"
]
DEBUG 05:28:39 cache Successfully got data for key object_3994103 from cache
{
    "key": "object_3994103"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 05:28:39 doctrine SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'redirect_tracking'
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::inject".
{
    "event": "kernel.response",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::inject"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Vdevs\Bundle\WpoTools\EventListener\RedirectTrackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Vdevs\\Bundle\\WpoTools\\EventListener\\RedirectTrackingListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::inject".
{
    "event": "kernel.response",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::inject"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Vdevs\Bundle\WpoTools\EventListener\RedirectTrackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Vdevs\\Bundle\\WpoTools\\EventListener\\RedirectTrackingListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 05:28:39 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 05:28:39 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 05:28:39 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Parameter "path" for route "demi_lightbox_topbar_content" must match ".+" ("" given) to generate a corresponding URL.").

  at src/Elements/Bundle/DemiFrontendBundle/Resources/views/Accommodation/includes/acco-pictures.desktop.html.twig:56
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false), array())
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (vendor/twig/twig/src/TemplateWrapper.php:38)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1347)
  at twig_include(object(Environment), array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1), '@ElementsDemiFrontend/Accommodation/includes/acco-pictures.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (var/cache/dev/twig/f0/f0ad48a818d2a7e6177c1a3cce23c4a1.php:835)
  at __TwigTemplate_bdf605d6edc1347816b0435fc413ff60->block_content(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('content', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (var/cache/dev/twig/c6/c6c73b5f9a2a94e51b040b418813569d.php:108)
  at __TwigTemplate_70a14d1cc2c0517cb8d17f01c89a2411->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (var/cache/dev/twig/f0/f0ad48a818d2a7e6177c1a3cce23c4a1.php:162)
  at __TwigTemplate_bdf605d6edc1347816b0435fc413ff60->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig)), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/twig/twig/src/TemplateWrapper.php:38)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/twig/twig/src/Environment.php:280)
  at Twig\Environment->render('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:81)
  at Pimcore\Controller\Controller->renderView('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true), null)
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:43)
  at Pimcore\Controller\Controller->render('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true), null)
     (vendor/pimcore/pimcore/lib/Controller/FrontendController.php:134)
  at Pimcore\Controller\FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php:331)
  at Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController->detailAction(object(Request), 1970644, object(Robots), null)
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:35)                
[1/2] InvalidParameterException
Symfony\Component\Routing\Exception\InvalidParameterException:
Parameter "path" for route "demi_lightbox_topbar_content" must match ".+" ("" given) to generate a corresponding URL.

  at vendor/symfony/routing/Generator/UrlGenerator.php:194
  at Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(array('path' => 0), array('_controller' => 'Elements\\Bundle\\DemiFrontendBundle\\Controller\\AccommodationController::lightboxTopbarContentAction'), array('path' => '.+'), array(array('text', '/lightbox-topbar-content'), array('variable', '/', '.+', 'path', true)), array('path' => ''), 'demi_lightbox_topbar_content', 1, array(), array())
     (vendor/symfony/routing/Generator/CompiledUrlGenerator.php:67)
  at Symfony\Component\Routing\Generator\CompiledUrlGenerator->generate('demi_lightbox_topbar_content', array('path' => ''), 1)
     (vendor/symfony/routing/Router.php:235)
  at Symfony\Component\Routing\Router->generate('demi_lightbox_topbar_content', array('path' => ''), 1)
     (vendor/symfony-cmf/routing/src/ChainRouter.php:248)
  at Symfony\Cmf\Component\Routing\ChainRouter->generate('demi_lightbox_topbar_content', array('path' => ''), 1)
     (vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php:126)
  at Pimcore\Twig\Extension\Templating\PimcoreUrl->generateUrl('demi_lightbox_topbar_content', array('path' => ''), 1, true)
     (vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php:65)
  at Pimcore\Twig\Extension\Templating\PimcoreUrl->__invoke(array('path' => ''), 'demi_lightbox_topbar_content')
     (var/cache/dev/twig/7b/7ba57094626a86f2c45f28238fffb28f.php:197)
  at __TwigTemplate_6c0412028bbc0fc0a0b69a2741866a56->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false, 's' => 's', 'headline' => ' Photos', 'fullPathLighbox' => '/'), array())
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false), array())
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (vendor/twig/twig/src/TemplateWrapper.php:38)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1347)
  at twig_include(object(Environment), array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1), '@ElementsDemiFrontend/Accommodation/includes/acco-pictures.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1, 'impressionsLinks' => array('video' => array(), 'pano' => array()), 'accoId' => 1970644, 'package' => false))
     (var/cache/dev/twig/f0/f0ad48a818d2a7e6177c1a3cce23c4a1.php:835)
  at __TwigTemplate_bdf605d6edc1347816b0435fc413ff60->block_content(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation')), 'mealtypeId' => null, 'headerName' => 'full', 'width' => 2048, 'forceMultiHeader' => null, 'heroImageAlt' => 'Landhotel Schwaiger - Impression #1', 'i' => 1, 'len' => 1), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('content', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (var/cache/dev/twig/c6/c6c73b5f9a2a94e51b040b418813569d.php:108)
  at __TwigTemplate_70a14d1cc2c0517cb8d17f01c89a2411->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (var/cache/dev/twig/f0/f0ad48a818d2a7e6177c1a3cce23c4a1.php:162)
  at __TwigTemplate_bdf605d6edc1347816b0435fc413ff60->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en//steiermark.com/en/Oststeiermark/Plan-your-holiday/Accommodations/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'hasRatingWidget' => false, 'resultSetPresent' => false, 'ajaxUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644', 'liveDetailProductsUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ajax-1970644?ajaxRequestType=getProductByIdAndMealcode', 'step1Url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'anchors' => array('detail' => '#details', 'picture' => '#pictures', 'package' => '#packages', 'rooms' => '#rooms', 'rating' => '#ratings'), 'fromDate' => null, 'imagesTypes' => array('ServiceProvider'), 'imageList' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 50, 'videoCount' => 0, 'panoCount' => 0, 'classifications' => array(object(Classification)), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Landhotel Schwaiger', 'description' => 'The family-run 4-star hotel, which is at an altitude of 971 m in the middle of the town of St. Kathrein am Offenegg, offers pure relaxation for a holiday in green Styria. Enjoy rural harmony, hearty regional cuisine and relaxation for the whole family. Beautiful Almenland rooms await you, we serve regional delicacies on the sunny terrace, and the vitality area offers wonderful relaxation. Bus groups and seminars are very welcome! Due to the attractive location, numerous hikes can be started on the doorstep. The team around Annemarie Schwaiger will be happy to advise you and give you some great tips for an eventful excursion.', 'url' => 'https://stage.steiermark.com/en//steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Landhotel-Schwaiger-hotel-St.Kathrein-am-Offenegg_ad-1970644', 'sameAs' => 'https://www.landhotel-schwaiger.at', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Dorf 5 ', 'postalcode' => '8171', 'addressCountry' => 'AT', 'telephone' => '+43 3179 82 34', 'email' => 'info@landhotel-schwaiger.at', 'addressLocality' => 'St. Kathrein am Offenegg'), 'image' => array('@type' => 'ImageObject', 'name' => 'Hotelzimmer', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Landhotel%20Schwaiger_1970644/5549651/image-thumb__5549651__demi-desktop-gallery-wide-1/hotelzimmer_47425620.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.301267897800003, 'longitude' => 15.575802577849), 'starRating' => array('@type' => 'Rating', 'ratingValue' => '4'), 'priceRange' => '€ 90.00 per person / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'hotel taxi / house taxi'), array('@type' => 'LocationFeatureSpecification', 'name' => 'TV room'), array('@type' => 'LocationFeatureSpecification', 'name' => 'Non-cash payment possible'), array('@type' => 'LocationFeatureSpecification', 'name' => 'garden / meadow'), array('@type' => 'LocationFeatureSpecification', 'name' => 'WiFi')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'hotel / group accommodation'))), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig)), array('content' => array(object(__TwigTemplate_bdf605d6edc1347816b0435fc413ff60), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/twig/twig/src/TemplateWrapper.php:38)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/twig/twig/src/Environment.php:280)
  at Twig\Environment->render('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:81)
  at Pimcore\Controller\Controller->renderView('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true), null)
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:43)
  at Pimcore\Controller\Controller->render('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true), null)
     (vendor/pimcore/pimcore/lib/Controller/FrontendController.php:134)
  at Pimcore\Controller\FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.desktop.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=b88cd5c4-bf04-42f5-9940-78df53359a98&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(object(MarketingGroup), object(MarketingGroup), object(MarketingGroup), object(MarketingGroup)), 'sortedHealthMeasures' => array(array('name' => 'Distance rules', 'keyname' => null, 'facilities' => array('Non-cash payment possible')), array('name' => 'Hygiene and disinfection', 'keyname' => null, 'facilities' => array('Bedlinen, towels and laundry are washed according to rules of local authorities'))), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('hotel taxi / house taxi', 'TV room', 'parking space for bicycles', 'restaurant', 'barbecue evening', 'reading room', 'public telephone', 'wake-up service', 'safe', 'breakfast room', 'common room', 'garden furniture', 'café', 'smoke detectors', 'short stays welcome', 'hairdresser', 'terrace', 'car parking lot', 'flat-rate offer', 'breakfast service', 'bar', 'ski storeroom', 'office service', 'motorcycle parking spot', 'pets welcome', 'WiFi', 'family friendly')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('garden / meadow', 'nordic walking', 'excursions', 'golf', 'hikes/guided hiking tours', 'cycling', 'entertainment evenings')), array('name' => 'Meetings / Conferences', 'keyname' => 'business', 'facilities' => array('WiFi', 'video projector', 'photocopier', 'telecommunications connections', 'fax machine', 'print shop/printer', 'computer system', 'dimming', 'slide projector', 'screen', 'microphone system', 'flipchart', 'overhead projector', 'number of meeting/seminar rooms: 1', 'DVD player', 'blackboards / white boards / metaplan boards', 'conference rooms', 'meeting service', 'video recorder')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('cash payment', 'EC-Cash/Maestro', 'bank transfer', 'advance payment')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('seniors', 'singles', 'business travelers', 'young persons', 'person traveling alone', 'families', 'groups')), array('name' => 'Children', 'keyname' => 'child-friendly', 'facilities' => array('child-friendly', 'playground', 'facilities for children', 'children\'s playroom', 'highchair', 'crib/baby bed')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('buffet', 'extended breakfast', 'à la carte menu', 'grilled food', 'daily salad buffet', 'half-board possible', 'light food', 'breakfast buffet', 'home-style cooking', 'organic food', 'vegetarian food', 'buffet evenings', 'international cooking', 'eating on order')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('indoor swimming pool', 'sauna / steamroom', 'sauna', 'tepidarium')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('countryside hotel', 'family hotel', 'restaurant', 'bed & breakfast', 'seminar hotel')), array('name' => 'Groups', 'keyname' => 'group', 'facilities' => array('groups possible with max. pers.: 1', 'bus groups possible', 'bus parking space')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Rental', 'keyname' => 'assignment', 'facilities' => array('ski rental', 'Nordic walking poles')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('close to forest', 'cannot be reached by car', 'right at the ski-bus/ hiking-bus/ bus stop', 'green area', 'central location', 'right on the bike path', 'quiet location')), array('name' => 'Waste separation & waste avoidance', 'keyname' => null, 'facilities' => array('Waste separation / recycling containers')), array('name' => 'Cleaning', 'keyname' => null, 'facilities' => array('Guests have the possibility to dispense the daily cleaning')), array('name' => 'Water economy', 'keyname' => null, 'facilities' => array('Guests can use towels several times'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => true))
     (src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php:331)
  at Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController->detailAction(object(Request), 1970644, object(Robots), null)
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:35)