Symfony\Component\Routing\Route {#1585
  -path: "/devel/dp_product/{dp_product}"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:2 [
    "_controller" => "Drupal\devel\Controller\EntityDebugController::entityLoad"
    "_title" => "Devel Load"
  ]
  -requirements: array:1 [
    "_permission" => "access devel information"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "_devel_entity_type_id" => "dp_product"
    "parameters" => array:1 [
      "dp_product" => array:2 [
        "type" => "entity:dp_product"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "dp_product"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "dp_product"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/devel/dp_product"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/devel/dp_product/(?P<dp_product>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "dp_product"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 6
    #patternOutline: "/devel/dp_product/%"
    #numParts: 3
  }
}