- Issue created by @acbramley
- Merge request !11996Issue #3522103: Fix template_preprocess BC code for date elements β (Closed) created by acbramley
- πΊπΈUnited States nicxvan
Great catch, I'll add that check to my mental checklist when reviewing these conversions.
I'll review this in a bit of someone doesn't get to it before me.
Tagging this because we definitely want this in 11.2
- πͺπΈSpain penyaskito Seville π, Spain πͺπΈ, UTC+2 πͺπΊ
LGTM. These are all deprecated methods, so don't think we need any automated testing (and that's why they weren't discovered by any tests)
- πΊπΈUnited States nicxvan
I went back through the original issue again and confirmed that DatePreprocess was the only new preprocess file beyond TemplatePreprocess.
Date only had the three methods that you updated here.
Edit @penyaskito beat me to it.
- πͺπΈSpain penyaskito Seville π, Spain πͺπΈ, UTC+2 πͺπΊ
Yep, verified https://git.drupalcode.org/project/drupal/-/commit/a1026cc9039e3f1ef5111... and only those 3 were wrong