Symfony\Component\Routing\Route {#1571
  -path: "/layout_builder/add/section/{section_storage_type}/{section_storage}/{delta}/{plugin_id}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:1 [
    "_controller" => "\Drupal\layout_builder\Controller\AddSectionController::build"
  ]
  -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 {#1572
    -variables: array:4 [
      0 => "section_storage_type"
      1 => "section_storage"
      2 => "delta"
      3 => "plugin_id"
    ]
    -tokens: array:5 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "plugin_id"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "delta"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "section_storage"
        4 => true
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "section_storage_type"
        4 => true
      ]
      4 => array:2 [
        0 => "text"
        1 => "/layout_builder/add/section"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/layout_builder/add/section/(?P<section_storage_type>[^/]++)/(?P<section_storage>[^/]++)/(?P<delta>[^/]++)/(?P<plugin_id>[^/]++)$}sDu"
    -pathVariables: array:4 [
      0 => "section_storage_type"
      1 => "section_storage"
      2 => "delta"
      3 => "plugin_id"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 112
    #patternOutline: "/layout_builder/add/section/%/%/%/%"
    #numParts: 7
  }
}