- πΊπΈUnited States fathershawn New York
I'm able to get back to this issue after a good while dealing with other things. I'm going to look over the work I did before against 9.2 and update it against 10.1 in light of π Deprecate TrustedCallbackInterface in favour of TrustedCallback attribute Needs work
- Merge request !4961Issue #2966711: Limit what can be called by a callback in form arrays β (Open) created by fathershawn
- last update
about 1 year ago Custom Commands Failed - πΊπΈUnited States fathershawn New York
Refactoring against the 11.x branch
- last update
about 1 year ago Custom Commands Failed - Status changed to Needs work
about 1 year ago 7:46pm 7 October 2023 - last update
about 1 year ago Custom Commands Failed - Assigned to fathershawn
- πΊπΈUnited States fathershawn New York
Thanks for changing the status @andypost. Iβll switch it when I finish this refactor
- last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 29,958 pass, 199 fail - last update
about 1 year ago 29,958 pass, 199 fail - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 30,013 pass, 197 fail - last update
about 1 year ago 30,241 pass, 75 fail - last update
about 1 year ago 30,394 pass - πΊπΈUnited States fathershawn New York
Tests finally passing for #process on 11.x
- last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 30,125 pass, 164 fail - last update
about 1 year ago 30,194 pass, 100 fail - last update
about 1 year ago 30,411 pass - last update
about 1 year ago 30,411 pass - πΊπΈUnited States fathershawn New York
Iβm looking at this section of code in FormBuilder
// @todo Once all elements are converted to plugins in // https://www.drupal.org/node/2311393, rely on // $element['#value_callback'] directly. $value_callable = !empty($element['#value_callback']) ? $element['#value_callback'] : 'form_type_' . $element['#type'] . '_value'; if (!is_callable($value_callable)) { $value_callable = '\Drupal\Core\Render\Element\FormElement::valueCallback'; }
The #2311393: Remove hook_element_info() and all references to it β is long closed with associated change record β published 9 years ago. We have no form_type_TYPE_value functions in core now. It seems that this can be simplified and the @todo removed.
- last update
about 1 year ago Composer error. Unable to continue. - last update
about 1 year ago Composer error. Unable to continue. - last update
about 1 year ago 30,414 pass - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
@FatherShawn re #46 is that π Remove stale processing and reference to form_type_TYPE_value Needs review , I think I came to the same conclusion a few years back.
- πΊπΈUnited States fathershawn New York
I fixed π Remove stale processing and reference to form_type_TYPE_value Needs review as I was working on #value_callback here before I saw your comment @larowan. Thanks for connecting them! Can we simply close that issue when we close this one?
- last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
I would try to keep the scope as small as possible to ensure faster progress
- last update
about 1 year ago 30,417 pass - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 30,412 pass, 14 fail - last update
about 1 year ago 30,425 pass, 2 fail - last update
about 1 year ago 30,426 pass - πΊπΈUnited States fathershawn New York
Thanks for the review and the notes! If they prompt any questions I'll post on the MR - love that we can do that now!
- π«π·France andypost
RenderCallbackInterface
andElementInterface
needs special approach but controllers are fixed in #3354584-35: Deprecate TrustedCallbackInterface in favour of TrustedCallback attribute β