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

Breadcrumb

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

function ConstraintValidatorTestCase::setProperty

File

vendor/symfony/validator/Test/ConstraintValidatorTestCase.php, line 188

Class

ConstraintValidatorTestCase
A test case to ease testing Constraint Validators.

Namespace

Symfony\Component\Validator\Test

Code

protected function setProperty(mixed $object, string $property) {
    $this->object = $object;
    $this->metadata = \is_object($object) ? new PropertyMetadata($object::class, $property) : null;
    $this->context
        ->setNode($this->value, $this->object, $this->metadata, $this->propertyPath);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal