Symfony\Component\Routing\Route {#1571
  -path: "/services/esi-widgets/fullquote-header-extended/{solid_listing_key}/{price_generation}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:3 [
    "_title" => "Fullquote Header"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesFQHeaderController::fullquoteHeader"
    "price_generation" => "default"
  ]
  -requirements: array:3 [
    "_permission" => "access content"
    "solid_listing_key" => "(\d+)-(\d+)-(\d+)"
    "price_generation" => "(default|norm)"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:2 [
      0 => "solid_listing_key"
      1 => "price_generation"
    ]
    -tokens: array:3 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "(?:default|norm)"
        3 => "price_generation"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "(?:\d+)-(?:\d+)-(?:\d+)"
        3 => "solid_listing_key"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/services/esi-widgets/fullquote-header-extended"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/esi\-widgets/fullquote\-header\-extended/(?P<solid_listing_key>(?:\d+)-(?:\d+)-(?:\d+))(?:/(?P<price_generation>(?:default|norm)))?$}sDu"
    -pathVariables: array:2 [
      0 => "solid_listing_key"
      1 => "price_generation"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 14
    #patternOutline: "/services/esi-widgets/fullquote-header-extended/%"
    #numParts: 5
  }
}