Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Problem/Motivation
Add support for Symfony GreaterThan Constraint
Add support for Symfony GreaterThan Constraint
Comments
Comment #3
g089h515r806 CreditAttribution: g089h515r806 commentedmanual test case:
add a GreaterThan constraint to field_test_int, set value = 10, save it.
if populate field_test_int 5, get an error message.
if populate field_test_int 10, get an error message.
if populate field_test_int 20, no error message.