Symfony\Component\Routing\Route {#1571
  -path: "/services/esi-widgets/market-places/{search}/{flavor}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:4 [
    "_title" => "Market Places"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesController::solidQuoteSearch"
    "display_id_suffix" => "market-places"
    "flavor" => "EQU"
  ]
  -requirements: array:1 [
    "_permission" => "access content"
  ]
  -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 => "search"
      1 => "flavor"
    ]
    -tokens: array:3 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "flavor"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "search"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/services/esi-widgets/market-places"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/esi\-widgets/market\-places/(?P<search>[^/]++)(?:/(?P<flavor>[^/]++))?$}sDu"
    -pathVariables: array:2 [
      0 => "search"
      1 => "flavor"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 14
    #patternOutline: "/services/esi-widgets/market-places/%"
    #numParts: 5
  }
}