Symfony\Component\Routing\Route {#1571
  -path: "/thescreener/stocks/{thescreener_stocks}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_view" => "thescreener_stocks.full"
    "_title_callback" => "\Drupal\Core\Entity\Controller\EntityController::title"
  ]
  -requirements: array:2 [
    "_entity_access" => "thescreener_stocks.view"
    "thescreener_stocks" => "\d+"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "thescreener_stocks" => array:2 [
        "type" => "entity:thescreener_stocks"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "thescreener_stocks"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\d+"
        3 => "thescreener_stocks"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/thescreener/stocks"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/thescreener/stocks/(?P<thescreener_stocks>\d+)$}sDu"
    -pathVariables: array:1 [
      0 => "thescreener_stocks"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 6
    #patternOutline: "/thescreener/stocks/%"
    #numParts: 3
  }
}