- Status changed to Needs work
almost 2 years ago 8:34pm 21 February 2023 - 🇺🇸United States smustgrave
Didn't review yet
But seems there are failures in #33
There are way too many theme functions / template files in core. Some are similar (if not identical) and should be consolidated.
We have two options:
theme('container')
instead (build a render array with '#theme' => 'container'
)theme('container__checkboxes')
instead of theme('container')
and add all our preprocess magic into template_preprocess_container__checkboxes()
Decide which of the 2 options above to pursue, and do it.
None
Removal of theme_checkboxes
#2041825: Remove theme_radios() and call theme('container') instead →
#1819284: [meta] Consolidate all form element container templates, and add theme_hook_suggestions →
Needs work
10.1 ✨
Last updated
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Didn't review yet
But seems there are failures in #33