Symfony\Component\Routing\Route {#1571
  -path: "/admin/structure/types/manage/{node_type}/form-display/{form_mode_name}"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:4 [
    "_entity_form" => "entity_form_display.edit"
    "_title" => "Manage form display"
    "entity_type_id" => "node"
    "bundle" => ""
  ]
  -requirements: array:1 [
    "_field_ui_form_mode_access" => "administer node form display"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "node_type" => array:2 [
        "type" => "entity:node_type"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_field_ui" => true
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.field_ui.form_mode"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:2 [
      0 => "node_type"
      1 => "form_mode_name"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "form_mode_name"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/form-display"
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "node_type"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/admin/structure/types/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/types/manage/(?P<node_type>[^/]++)/form\-display/(?P<form_mode_name>[^/]++)$}sDu"
    -pathVariables: array:2 [
      0 => "node_type"
      1 => "form_mode_name"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 122
    #patternOutline: "/admin/structure/types/manage/%/form-display/%"
    #numParts: 7
  }
}