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