Symfony\Component\Routing\Route {#1572
  -path: "/node/add/{node_type}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_form" => "node.default"
    "_title_callback" => "\Drupal\node\Controller\NodeController::addPageTitle"
  ]
  -requirements: array:1 [
    "_entity_create_access" => "node:{node_type}"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_node_operation_route" => true
    "parameters" => array:1 [
      "node_type" => array:3 [
        "type" => "entity:node_type"
        "with_config_overrides" => true
        "converter" => "paramconverter.entity"
      ]
    ]
    "utf8" => true
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.entity_create"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1573
    -variables: array:1 [
      0 => "node_type"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "node_type"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/node/add"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/node/add/(?P<node_type>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "node_type"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 6
    #patternOutline: "/node/add/%"
    #numParts: 3
  }
}