- Issue created by @wim leers
Current logic:
public function validateComponentInput(array $inputValues, string $component_instance_uuid, ?FieldableEntityInterface $entity): ConstraintViolationListInterface {
if (!$this->requiresExplicitInput()) {
return new ConstraintViolationList();
}
⦠which means that I could store garbage values for block component instances, and the block
component source plugin would not complain.
TBD
Active
0.0
Component sources
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.