Symfony\Component\Routing\Route {#1571
  -path: "/devel/load-with-references/mgt_transactions/{mgt_transactions}"
  -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" => "mgt_transactions"
    "parameters" => array:1 [
      "mgt_transactions" => array:2 [
        "type" => "entity:mgt_transactions"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "mgt_transactions"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "mgt_transactions"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/devel/load-with-references/mgt_transactions"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/devel/load\-with\-references/mgt_transactions/(?P<mgt_transactions>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "mgt_transactions"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 14
    #patternOutline: "/devel/load-with-references/mgt_transactions/%"
    #numParts: 4
  }
}