Home
last modified time | relevance | path

Searched refs:ExecutionContextInterface (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/drupal8/drupal-8.9.20/core/modules/config/tests/config_test/src/
H A DConfigValidation.php5 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
20 public static function validateLlama($string, ExecutionContextInterface $context) {
34 public static function validateCats($string, ExecutionContextInterface $context) {
48 public static function validateCatCount($count, ExecutionContextInterface $context) {
62 public static function validateGiraffes($string, ExecutionContextInterface $context) {
76 public static function validateMapping($mapping, ExecutionContextInterface $context) {
93 public static function validateSequence($sequence, ExecutionContextInterface $context) {
/dports/www/drupal9/drupal-9.2.10/core/modules/config/tests/config_test/src/
H A DConfigValidation.php5 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
20 public static function validateLlama($string, ExecutionContextInterface $context) {
34 public static function validateCats($string, ExecutionContextInterface $context) {
48 public static function validateCatCount($count, ExecutionContextInterface $context) {
62 public static function validateGiraffes($string, ExecutionContextInterface $context) {
76 public static function validateMapping($mapping, ExecutionContextInterface $context) {
93 public static function validateSequence($sequence, ExecutionContextInterface $context) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/
H A DCallbackValidatorTest.php17 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
22 public static function validateCallback($object, ExecutionContextInterface $context)
32 public function validate(ExecutionContextInterface $context)
39 public static function validateStatic($object, ExecutionContextInterface $context)
100 $constraint = new Callback(function ($object, ExecutionContextInterface $context) {
115 $constraint = new Callback(function ($object, ExecutionContextInterface $context) {
132 'callback' => function ($object, ExecutionContextInterface $context) {
235 …'callback' => function ($object, ExecutionContextInterface $constraint, $payload) use (&$payloadCo…
245 …'callback' => function ($object, ExecutionContextInterface $constraint, $payload) use (&$payloadCo…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/
H A DCallbackValidatorTest.php17 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
22 public static function validateCallback($object, ExecutionContextInterface $context)
32 public function validate(ExecutionContextInterface $context)
39 public static function validateStatic($object, ExecutionContextInterface $context)
100 $constraint = new Callback(function ($object, ExecutionContextInterface $context) {
115 $constraint = new Callback(function ($object, ExecutionContextInterface $context) {
132 'callback' => function ($object, ExecutionContextInterface $context) {
235 …'callback' => function ($object, ExecutionContextInterface $constraint, $payload) use (&$payloadCo…
245 …'callback' => function ($object, ExecutionContextInterface $constraint, $payload) use (&$payloadCo…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/
H A DAbstractValidatorTest.php19 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
77 $callback = function ($value, ExecutionContextInterface $context) {
603 $callback = function ($value, ExecutionContextInterface $context) {
630 $callback = function ($value, ExecutionContextInterface $context) {
653 $callback = function ($value, ExecutionContextInterface $context) {
744 $callback = function ($value, ExecutionContextInterface $context) {
836 $callback2 = function ($value, ExecutionContextInterface $context) {
992 $callback = function ($value, ExecutionContextInterface $context) {
1012 $callback = function ($value, ExecutionContextInterface $context) {
1030 $callback = function ($value, ExecutionContextInterface $context) {
[all …]
H A DAbstractTest.php23 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
85 $callback1 = function ($value, ExecutionContextInterface $context) {
88 $callback2 = function ($value, ExecutionContextInterface $context) {
118 $callback1 = function ($value, ExecutionContextInterface $context) {
121 $callback2 = function ($value, ExecutionContextInterface $context) {
207 $callback1 = function ($value, ExecutionContextInterface $context) {
270 $callback1 = function ($value, ExecutionContextInterface $context) {
371 $callback = function ($value, ExecutionContextInterface $context) {
395 $callback = function ($value, ExecutionContextInterface $context) {
429 $callback = function ($value, ExecutionContextInterface $context) {
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/
H A DAbstractValidatorTest.php19 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
77 $callback = function ($value, ExecutionContextInterface $context) {
603 $callback = function ($value, ExecutionContextInterface $context) {
630 $callback = function ($value, ExecutionContextInterface $context) {
653 $callback = function ($value, ExecutionContextInterface $context) {
744 $callback = function ($value, ExecutionContextInterface $context) {
836 $callback2 = function ($value, ExecutionContextInterface $context) {
992 $callback = function ($value, ExecutionContextInterface $context) {
1012 $callback = function ($value, ExecutionContextInterface $context) {
1030 $callback = function ($value, ExecutionContextInterface $context) {
[all …]
H A DAbstractTest.php23 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
85 $callback1 = function ($value, ExecutionContextInterface $context) {
88 $callback2 = function ($value, ExecutionContextInterface $context) {
118 $callback1 = function ($value, ExecutionContextInterface $context) {
121 $callback2 = function ($value, ExecutionContextInterface $context) {
207 $callback1 = function ($value, ExecutionContextInterface $context) {
270 $callback1 = function ($value, ExecutionContextInterface $context) {
371 $callback = function ($value, ExecutionContextInterface $context) {
395 $callback = function ($value, ExecutionContextInterface $context) {
429 $callback = function ($value, ExecutionContextInterface $context) {
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Validator/
H A DRecursiveContextualValidator.php17 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
43 * @var ExecutionContextInterface
65 * @param ExecutionContextInterface $context The execution context
322 * @param ExecutionContextInterface $context The current execution context
332 …ject($object, $propertyPath, array $groups, $traversalStrategy, ExecutionContextInterface $context)
392 * @param ExecutionContextInterface $context The current execution context
474 * @param ExecutionContextInterface $context The current execution context
672 * @param ExecutionContextInterface $context The current execution context
789 * @param ExecutionContextInterface $context The execution context
839 * @param ExecutionContextInterface $context The execution context
[all …]
H A DValidatorInterface.php16 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
95 * @param ExecutionContextInterface $context The execution context
99 public function inContext(ExecutionContextInterface $context);
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/
H A DConstraintValidator.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface as ExecutionContextInterface2Dot5;
43 * @var ExecutionContextInterface
50 public function initialize(ExecutionContextInterface $context)
79 * @param ExecutionContextInterface $context The context to use
87 …protected function buildViolationInContext(ExecutionContextInterface $context, $message, array $pa…
H A DCHANGELOG.md9 * [BC BREAK] added internal `ExecutionContextInterface::setConstraint()`
47 * deprecated `ExecutionContextInterface`
50 * added `Context\ExecutionContextInterface`
107 * moved @api-tags from `ExecutionContext` to the new `ExecutionContextInterface`
108 …aintValidatorInterface::initialize` is now type hinted against `ExecutionContextInterface` instead…
115 …* deprecated `ExecutionContext::addViolationAtSubPath` in favor of `ExecutionContextInterface::add…
116 …* deprecated `ExecutionContext::getCurrentClass` in favor of `ExecutionContextInterface::getClassN…
117 …* deprecated `ExecutionContext::getCurrentProperty` in favor of `ExecutionContextInterface::getPro…
118 * deprecated `ExecutionContext::getCurrentValue` in favor of `ExecutionContextInterface::getValue`
119 …utionContext::getGraphWalker` in favor of `ExecutionContextInterface::validate` and `ExecutionCont…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/
H A DRecursiveContextualValidator.php21 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
55 * @param ExecutionContextInterface $context The execution context
305 * @param ExecutionContextInterface $context The current execution context
315 …ject($object, $propertyPath, array $groups, $traversalStrategy, ExecutionContextInterface $context)
363 * @param ExecutionContextInterface $context The current execution context
365 …validateEachObjectIn($collection, $propertyPath, array $groups, ExecutionContextInterface $context)
432 * @param ExecutionContextInterface $context The current execution context
623 * @param ExecutionContextInterface $context The current execution context
741 * @param ExecutionContextInterface $context The execution context
791 * @param ExecutionContextInterface $context The execution context
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/
H A DRecursiveContextualValidator.php21 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
55 * @param ExecutionContextInterface $context The execution context
305 * @param ExecutionContextInterface $context The current execution context
315 …ject($object, $propertyPath, array $groups, $traversalStrategy, ExecutionContextInterface $context)
363 * @param ExecutionContextInterface $context The current execution context
365 …validateEachObjectIn($collection, $propertyPath, array $groups, ExecutionContextInterface $context)
432 * @param ExecutionContextInterface $context The current execution context
623 * @param ExecutionContextInterface $context The current execution context
741 * @param ExecutionContextInterface $context The execution context
791 * @param ExecutionContextInterface $context The execution context
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Validator/
H A DRecursiveContextualValidator.php21 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
55 * @param ExecutionContextInterface $context The execution context
305 * @param ExecutionContextInterface $context The current execution context
315 …ject($object, $propertyPath, array $groups, $traversalStrategy, ExecutionContextInterface $context)
363 * @param ExecutionContextInterface $context The current execution context
365 …validateEachObjectIn($collection, $propertyPath, array $groups, ExecutionContextInterface $context)
432 * @param ExecutionContextInterface $context The current execution context
623 * @param ExecutionContextInterface $context The current execution context
737 * @param ExecutionContextInterface $context The execution context
787 * @param ExecutionContextInterface $context The execution context
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/
H A DConstraintValidatorInterface.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
24 * @param ExecutionContextInterface $context The current validation context
26 public function initialize(ExecutionContextInterface $context);
H A DCHANGELOG.md50 * [BC BREAK] added internal `ExecutionContextInterface::setConstraint()`
88 * deprecated `ExecutionContextInterface`
91 * added `Context\ExecutionContextInterface`
148 * moved @api-tags from `ExecutionContext` to the new `ExecutionContextInterface`
149 …aintValidatorInterface::initialize` is now type hinted against `ExecutionContextInterface` instead…
156 …* deprecated `ExecutionContext::addViolationAtSubPath` in favor of `ExecutionContextInterface::add…
157 …* deprecated `ExecutionContext::getCurrentClass` in favor of `ExecutionContextInterface::getClassN…
158 …* deprecated `ExecutionContext::getCurrentProperty` in favor of `ExecutionContextInterface::getPro…
159 * deprecated `ExecutionContext::getCurrentValue` in favor of `ExecutionContextInterface::getValue`
160 …utionContext::getGraphWalker` in favor of `ExecutionContextInterface::validate` and `ExecutionCont…
H A DConstraintValidator.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
35 * @var ExecutionContextInterface
42 public function initialize(ExecutionContextInterface $context)
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/
H A DConstraintValidatorInterface.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
24 * @param ExecutionContextInterface $context The current validation context
26 public function initialize(ExecutionContextInterface $context);
H A DCHANGELOG.md50 * [BC BREAK] added internal `ExecutionContextInterface::setConstraint()`
88 * deprecated `ExecutionContextInterface`
91 * added `Context\ExecutionContextInterface`
148 * moved @api-tags from `ExecutionContext` to the new `ExecutionContextInterface`
149 …aintValidatorInterface::initialize` is now type hinted against `ExecutionContextInterface` instead…
156 …* deprecated `ExecutionContext::addViolationAtSubPath` in favor of `ExecutionContextInterface::add…
157 …* deprecated `ExecutionContext::getCurrentClass` in favor of `ExecutionContextInterface::getClassN…
158 …* deprecated `ExecutionContext::getCurrentProperty` in favor of `ExecutionContextInterface::getPro…
159 * deprecated `ExecutionContext::getCurrentValue` in favor of `ExecutionContextInterface::getValue`
160 …utionContext::getGraphWalker` in favor of `ExecutionContextInterface::validate` and `ExecutionCont…
H A DConstraintValidator.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
35 * @var ExecutionContextInterface
42 public function initialize(ExecutionContextInterface $context)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/
H A DConstraintValidatorInterface.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
24 * @param ExecutionContextInterface $context The current validation context
26 public function initialize(ExecutionContextInterface $context);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/
H A DEntity.php15 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
107 public function validateMe(ExecutionContextInterface $context)
114 public static function validateMeStatic($object, ExecutionContextInterface $context)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/
H A DEntity.php15 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
107 public function validateMe(ExecutionContextInterface $context)
114 public static function validateMeStatic($object, ExecutionContextInterface $context)
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/
H A DConstraintValidator.php14 use Symfony\Component\Validator\Context\ExecutionContextInterface; alias
35 * @var ExecutionContextInterface
42 public function initialize(ExecutionContextInterface $context)

1234