Symfony\Component\Routing\Route {#1585
  -path: "/devel/view/{view}"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:2 [
    "_controller" => "Drupal\devel\Controller\EntityDebugController::entityLoad"
    "_title" => "Devel Load"
  ]
  -requirements: array:1 [
    "_permission" => "access devel information"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "_devel_entity_type_id" => "view"
    "parameters" => array:1 [
      "view" => array:3 [
        "tempstore" => true
        "type" => "entity:view"
        "converter" => "drupal.proxy_original_service.paramconverter.views_ui"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "view"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "view"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/devel/view"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/devel/view/(?P<view>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "view"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 6
    #patternOutline: "/devel/view/%"
    #numParts: 3
  }
}