public function ConfigurableRequirementsInterface::isStrictRequirements

Returns whether to throw an exception on incorrect parameters. Null means the requirements check is deactivated completely.

Return value

Boolean|null

1 method overrides ConfigurableRequirementsInterface::isStrictRequirements()
UrlGenerator::isStrictRequirements in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
Returns whether to throw an exception on incorrect parameters. Null means the requirements check is deactivated completely.

File

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

Class

ConfigurableRequirementsInterface
ConfigurableRequirementsInterface must be implemented by URL generators that can be configured whether an exception should be generated when the parameters do not match the requirements. It is also possible to disable the requirements check for URL…

Namespace

Symfony\Component\Routing\Generator

Code

public function isStrictRequirements();