- Issue created by @zigazou
- πΊπΈUnited States nicxvan
I think we updated the method name but forgot the deprecation: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/datet...
That and the comment probably needs to be updated to call the method in the helper.
- πΊπΈUnited States nicxvan
https://www.drupal.org/project/drupal/issues/3489415 π Deprecate views_field_default_views_data Active is the issue where this was added.
- First commit to issue fork.
- Merge request !12414Draft: Issue #3531044: Fix method call in deprecated function. β (Closed) created by godotislate
- πΊπΈUnited States nicxvan
This was the intended replacement.
Confirmed by finding and reviewing the original issue.
I don't think this needs a test.
Not 100% sure on critical, but it seems appropriate.
- π¬π§United Kingdom catch
Yes @zigazou if you find out which module was calling this function, that would be useful information to add here - can either get a backtrace or grep your local code base.
Either way the bug itself is obvious if not how it was triggered. Committed/pushed to 11.x and cherry-picked to 11.2.x, thanks!