Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MissingOptionsException.php

class MissingOptionsException

Hierarchy

  • class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
    • class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
      • class \Symfony\Component\Validator\Exception\ValidatorException extends \Symfony\Component\Validator\Exception\RuntimeException
        • class \Symfony\Component\Validator\Exception\MissingOptionsException extends \Symfony\Component\Validator\Exception\ValidatorException

Expanded class hierarchy of MissingOptionsException

6 files declare their use of MissingOptionsException
Constraint.php in vendor/symfony/validator/Constraint.php
Count.php in vendor/symfony/validator/Constraints/Count.php
Length.php in vendor/symfony/validator/Constraints/Length.php
PluginExistsConstraint.php in core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
Range.php in vendor/symfony/validator/Constraints/Range.php

... See full list

File

vendor/symfony/validator/Exception/MissingOptionsException.php, line 14

Namespace

Symfony\Component\Validator\Exception
View source
class MissingOptionsException extends ValidatorException {
    public function __construct(string $message, array $options) {
        parent::__construct($message);
    }
    public function getOptions() : array {
        return $this->options;
    }

}

Members

Title Sort descending Modifiers Object type Summary
MissingOptionsException::getOptions public function
MissingOptionsException::__construct public function
RSS feed
Powered by Drupal