Symfony\Component\Routing\Route {#1572
  -path: "/layout_builder/remove/section/{section_storage_type}/{section_storage}/{delta}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:1 [
    "_form" => "\Drupal\layout_builder\Form\RemoveSectionForm"
  ]
  -requirements: array:1 [
    "_layout_builder_access" => "view"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "parameters" => array:1 [
      "section_storage" => array:2 [
        "layout_builder_tempstore" => true
        "converter" => "layout_builder.param_converter"
      ]
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.entity.layout_builder_access"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1573
    -variables: array:3 [
      0 => "section_storage_type"
      1 => "section_storage"
      2 => "delta"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "delta"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "section_storage"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "section_storage_type"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/layout_builder/remove/section"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/layout_builder/remove/section/(?P<section_storage_type>[^/]++)/(?P<section_storage>[^/]++)/(?P<delta>[^/]++)$}sDu"
    -pathVariables: array:3 [
      0 => "section_storage_type"
      1 => "section_storage"
      2 => "delta"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 56
    #patternOutline: "/layout_builder/remove/section/%/%/%"
    #numParts: 6
  }
}