public function ConfigurableRequirementsInterface::isStrictRequirements

Gets the strict check of incorrect parameters.

Return value

Boolean

1 method overrides ConfigurableRequirementsInterface::isStrictRequirements()
UrlGenerator::isStrictRequirements in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
Gets the strict check of incorrect parameters.

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php, line 35

Class

ConfigurableRequirementsInterface
ConfigurableRequirementsInterface must be implemented by URL generators in order to be able to configure whether an exception should be generated when the parameters do not match the requirements.

Namespace

Symfony\Component\Routing\Generator

Code

public function isStrictRequirements();