Symfony\Component\Routing\Route {#1571
  -path: "/admin/structure/block-content/manage/{block_content_type}/fields/add-field"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:4 [
    "_form" => "\Drupal\field_ui\Form\FieldStorageAddForm"
    "_title" => "Add field"
    "entity_type_id" => "block_content"
    "bundle" => ""
  ]
  -requirements: array:1 [
    "_permission" => "administer block_content fields"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "block_content_type" => array:2 [
        "type" => "entity:block_content_type"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_admin_route" => true
    "_field_ui" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "block_content_type"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/fields/add-field"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "block_content_type"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/structure/block-content/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/block\-content/manage/(?P<block_content_type>[^/]++)/fields/add\-field$}sDu"
    -pathVariables: array:1 [
      0 => "block_content_type"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 123
    #patternOutline: "/admin/structure/block-content/manage/%/fields/add-field"
    #numParts: 7
  }
}