Symfony\Component\Routing\Route {#1572
  -path: "/admin/structure/contact/manage/{contact_form}/display/{view_mode_name}/layout/disable"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:5 [
    "entity_type_id" => "contact_message"
    "bundle_key" => "contact_form"
    "section_storage_type" => "defaults"
    "section_storage" => ""
    "_form" => "\Drupal\layout_builder\Form\LayoutBuilderDisableForm"
  ]
  -requirements: array:2 [
    "_field_ui_view_mode_access" => "administer contact_message display"
    "_layout_builder_access" => "view"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "section_storage" => array:2 [
        "layout_builder_tempstore" => true
        "converter" => "layout_builder.param_converter"
      ]
    ]
    "utf8" => true
    "_admin_route" => true
    "_access_checks" => array:2 [
      0 => "access_check.field_ui.view_mode"
      1 => "access_check.entity.layout_builder_access"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1573
    -variables: array:2 [
      0 => "contact_form"
      1 => "view_mode_name"
    ]
    -tokens: array:5 [
      0 => array:2 [
        0 => "text"
        1 => "/layout/disable"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "view_mode_name"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/display"
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "contact_form"
        4 => true
      ]
      4 => array:2 [
        0 => "text"
        1 => "/admin/structure/contact/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/contact/manage/(?P<contact_form>[^/]++)/display/(?P<view_mode_name>[^/]++)/layout/disable$}sDu"
    -pathVariables: array:2 [
      0 => "contact_form"
      1 => "view_mode_name"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 491
    #patternOutline: "/admin/structure/contact/manage/%/display/%/layout/disable"
    #numParts: 9
  }
}