public function UrlGenerator::isStrictRequirements

Gets the strict check of incorrect parameters.

Return value

Boolean

Overrides ConfigurableRequirementsInterface::isStrictRequirements

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php, line 108

Class

UrlGenerator
UrlGenerator generates a URL based on a set of routes.

Namespace

Symfony\Component\Routing\Generator

Code

public function isStrictRequirements() {
  return $this->strictRequirements;
}