- Issue created by @scottatdrake
- 🇮🇩Indonesia gausarts
Noted. Thank you.
The problem of globals is everybody will use it :)
Normally I have been very careful to postpone removals of such globals till 3.x, but likely the latest optimization got rid of them:
#3257511: Optimization pre Blazy 3 →I am truly sorry for inconveniences.
For the required replacements, we had a CR:
https://www.drupal.org/node/3255371 →However specific to this top level aliases like
template_preprocess
, it would be safer to use just the actual function since it will never go away, while internal aliases/ non-public will. Unless they are put under public facing classes.A sample is here at gridstack:
https://git.drupalcode.org/project/gridstack/-/blob/8.x-2.12-beta1/modul...Let me know?
- Status changed to Fixed
about 1 year ago 11:06am 18 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.