Problem/Motivation
Some docs still reference form_type_checkboxes_value() - this method does not exist.
Proposed resolution
Replace with \Drupal\Core\Render\Element\Checkboxes::valueCallback()
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
N/a
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3291887-2.patch | 1.72 KB | alexpott |
Comments
Comment #2
alexpottComment #3
spokjeThis fixes the only two references to
form_type_checkboxes_value()in comments.RTBC if TestBot agrees, which it should, since this patch only changes comments.
Comment #4
catchCommitted/pushed to 10.1.x and cherry-picked back through to 9.4.x, thanks!