You are here

protected property UrlGenerator::$strictRequirements in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Generator/UrlGenerator.php \Symfony\Component\Routing\Generator\UrlGenerator::strictRequirements

Type: bool|null

File

vendor/symfony/routing/Generator/UrlGenerator.php, line 43

Class

UrlGenerator
UrlGenerator can generate a URL or a path for any route in the RouteCollection based on the passed parameters.

Namespace

Symfony\Component\Routing\Generator

Code

protected $strictRequirements = true;