Symfony\Component\Routing\Route {#1585
  -path: "/layout_builder/add/block/{section_storage_type}/{section_storage}/{delta}/{region}/{plugin_id}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_form" => "\Drupal\layout_builder\Form\AddBlockForm"
    "_title" => "Configure block"
  ]
  -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 {#1586
    -variables: array:5 [
      0 => "section_storage_type"
      1 => "section_storage"
      2 => "delta"
      3 => "region"
      4 => "plugin_id"
    ]
    -tokens: array:6 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "plugin_id"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "region"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "delta"
        4 => true
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "section_storage"
        4 => true
      ]
      4 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "section_storage_type"
        4 => true
      ]
      5 => array:2 [
        0 => "text"
        1 => "/layout_builder/add/block"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/layout_builder/add/block/(?P<section_storage_type>[^/]++)/(?P<section_storage>[^/]++)/(?P<delta>[^/]++)/(?P<region>[^/]++)/(?P<plugin_id>[^/]++)$}sDu"
    -pathVariables: array:5 [
      0 => "section_storage_type"
      1 => "section_storage"
      2 => "delta"
      3 => "region"
      4 => "plugin_id"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 224
    #patternOutline: "/layout_builder/add/block/%/%/%/%/%"
    #numParts: 8
  }
}