Symfony\Component\Routing\Route {#1585
  -path: "/services/esi-widgets/mgmt-transactions/fullquote/{valor}/{num_rows}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:5 [
    "_title" => "SIX Management Transactions"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesMgmtTransactionsController::fullquoteWidget"
    "display_id" => "six_management_transactions_fullquote"
    "valor" => ""
    "num_rows" => 10
  ]
  -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 {#1586
    -variables: array:2 [
      0 => "valor"
      1 => "num_rows"
    ]
    -tokens: array:3 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "num_rows"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "valor"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/services/esi-widgets/mgmt-transactions/fullquote"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/esi\-widgets/mgmt\-transactions/fullquote(?:/(?P<valor>[^/]++)(?:/(?P<num_rows>[^/]++))?)?$}sDu"
    -pathVariables: array:2 [
      0 => "valor"
      1 => "num_rows"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 15
    #patternOutline: "/services/esi-widgets/mgmt-transactions/fullquote"
    #numParts: 6
  }
}