Symfony\Component\Routing\Route {#1585
  -path: "/dp_product/{dp_product}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_view" => "dp_product.full"
    "_title_callback" => "\Drupal\Core\Entity\Controller\EntityController::title"
  ]
  -requirements: array:2 [
    "_entity_access" => "dp_product.view"
    "dp_product" => "\d+"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "dp_product" => array:2 [
        "type" => "entity:dp_product"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
    "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 => "\d+"
        3 => "dp_product"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/dp_product"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/dp_product/(?P<dp_product>\d+)$}sDu"
    -pathVariables: array:1 [
      0 => "dp_product"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 2
    #patternOutline: "/dp_product/%"
    #numParts: 2
  }
}