class MissingMandatoryParametersException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Exception/MissingMandatoryParametersException.php \Symfony\Component\Routing\Exception\MissingMandatoryParametersException
Exception thrown when a route cannot be generated because of missing mandatory parameters.
@author Alexandre Salomé <alexandre.salome@gmail.com>
Hierarchy
- class \Symfony\Component\Routing\Exception\MissingMandatoryParametersException extends \Symfony\Component\Routing\Exception\InvalidArgumentException implements ExceptionInterface
Expanded class hierarchy of MissingMandatoryParametersException
4 files declare their use of MissingMandatoryParametersException
- LinkNotExistingInternalConstraintValidator.php in core/
modules/ link/ src/ Plugin/ Validation/ Constraint/ LinkNotExistingInternalConstraintValidator.php - Contains \Drupal\link\Plugin\Validation\Constraint\LinkNotExistingInternalConstraintValidator.
- UrlGenerator.php in vendor/
symfony/ routing/ Generator/ UrlGenerator.php - UrlGenerator.php in core/
lib/ Drupal/ Core/ Routing/ UrlGenerator.php - Contains \Drupal\Core\Routing\UrlGenerator.
- UrlGeneratorInterface.php in vendor/
symfony/ routing/ Generator/ UrlGeneratorInterface.php
File
- vendor/
symfony/ routing/ Exception/ MissingMandatoryParametersException.php, line 20
Namespace
Symfony\Component\Routing\ExceptionView source
class MissingMandatoryParametersException extends \InvalidArgumentException implements ExceptionInterface {
}