https://git.drupalcode.org/project/drupal/blob/8.8.0-beta1/core/lib/Drup...
That method implements Symfony\Component\Validator\MetadataInterface::accept() which has been removed in Symfony 3, as well as ValidationVisitorInterface.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3093825-4.patch | 1.12 KB | meenakshig |
| #4 | 3093825-3.patch | 988 bytes | meenakshig |
| #2 | 3093825-2.patch | 677 bytes | shashikant_chauhan |
Comments
Comment #2
shashikant_chauhan commentedAdded patch.
Comment #3
chi commentedThis also implies removal of unused use statements.
Comment #4
meenakshig commentedRemoved unused use statement
Comment #5
chi commentedWhat about BadMethodCallException?
Comment #6
meenakshig commented@chi Removed BadMethodCallException also. Let me know if there is any other issue .
Comment #7
chi commentedThank you.
Comment #8
alexpottRefiling as a task because if you called the method you'd get an exceptional so it's not really a bug fix - we're removing dead code - which is great btw just not really a bug fix.
Committed and pushed 7bfb9b723f to 9.0.x and 000c392060 to 8.9.x. Thanks!