Symfony\Component\Routing\Route {#1585
  -path: "/admin/structure/contact/manage/{contact_form}/display/{view_mode_name}"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:7 [
    "_entity_form" => "entity_view_display.edit"
    "_title" => "Manage display"
    "entity_type_id" => "contact_message"
    "bundle" => ""
    "section_storage_type" => "defaults"
    "section_storage" => ""
    "bundle_key" => "contact_form"
  ]
  -requirements: array:1 [
    "_field_ui_view_mode_access" => "administer contact_message display"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:4 [
      "section_storage" => array:2 [
        "layout_builder_tempstore" => true
        "converter" => "layout_builder.param_converter"
      ]
      "block_content_type" => array:2 [
        "type" => "entity:block_content_type"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
      "comment_type" => array:2 [
        "type" => "entity:comment_type"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
      "contact_form" => array:2 [
        "type" => "entity:contact_form"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_field_ui" => true
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.field_ui.view_mode"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:2 [
      0 => "contact_form"
      1 => "view_mode_name"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "view_mode_name"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/display"
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "contact_form"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/admin/structure/contact/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/contact/manage/(?P<contact_form>[^/]++)/display/(?P<view_mode_name>[^/]++)$}sDu"
    -pathVariables: array:2 [
      0 => "contact_form"
      1 => "view_mode_name"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 122
    #patternOutline: "/admin/structure/contact/manage/%/display/%"
    #numParts: 7
  }
}