hasField($constraint->sourceFieldName)) { $slideshowItems = $value->get($constraint->sourceFieldName); foreach ($slideshowItems as $item) { if ($item->entity->getType()->getPluginId() == "slideshow") { $this->context->addViolation($constraint->message); } } } } }