Accessing the paylod in the Callback constraint #6185
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Hack Day
hasPR
A Pull Request has already been submitted for this issue.
Validator
Milestone
Since Symfony 2.6 it is possible to pass custom payload data to the constraint validators. However, it was not possible to access this payload in the Callback constraint. With Symfony 3.1 this will now be possible as the payload is passed as an additional argument to the callback (see symfony/symfony#16909).
The text was updated successfully, but these errors were encountered: