diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php b/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php index f90698d..e34bfd7 100644 --- a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php +++ b/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php @@ -15,7 +15,7 @@ * @ContentEntityType( * id = "entity_test_constraint_violation", * label = @Translation("Test entity constraint violation"), - * controllers = { + * handlers = { * "form" = { * "default" = "Drupal\entity_test\EntityTestForm" * }