@trigger_error('Accessing the arrayPropertyPath property is deprecated in drupal:9.5.0 and is removed from drupal:11.0.0. Use \Symfony\Component\Validator\ConstraintViolationInterface::getPropertyPath() instead. See https://www.drupal.org/node/3307919',E_USER_DEPRECATED);
return$this->arrayPropertyPath;
}
@trigger_error('Accessing dynamic properties on violations is deprecated in drupal:9.5.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/3307919',E_USER_DEPRECATED);
return$this->properties[$name]??NULL;
}
/**
* {@inheritdoc}
*/
publicfunction__set(string$name,$value):void{
if($name==='arrayPropertyPath'){
$this->arrayPropertyPath=$value;
return;
}
@trigger_error('Setting dynamic properties on violations is deprecated in drupal:9.5.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/3307919',E_USER_DEPRECATED);