- Issue created by @el7cosmos
- Merge request !25Drupal\Core\Database\Connection::tablePrefix() is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0 → (Merged) created by el7cosmos
- last update
over 1 year ago 97 pass - Status changed to Needs review
over 1 year ago 12:38pm 23 November 2023 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Can we make use of this new helper here instead? https://www.drupal.org/node/3371619 →
- 🇮🇩Indonesia el7cosmos 🇮🇩 GMT+7
That is only available in >=10.1.
If we want to change the version constraint, say release a new version that require core ^10.1, we might as well replace the method call altogether as the `getPrefix` also introduced in 10.1.
- 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Ah didn't realise - thanks
Happy to do that, 10.0 is nearly EOL
- 🇦🇺Australia dpi Perth, Australia
Getting these pop up with Symfony bridge / deprecation helper since during entity updates the deprecation is triggered. e.g:
entity_hierarchy_entity_update->ParentEntityReactionBase->\Drupal\entity_hierarchy\Storage\NestedSetStorageFactory::__construct
- Status changed to Needs work
about 1 year ago 5:28am 11 January 2024 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Let's bump the minimum version to 10.1 and remove the method_exists dance - thanks!
- Assigned to dpi
- last update
about 1 year ago 83 pass, 24 fail - Issue was unassigned.
- Status changed to Needs review
about 1 year ago 5:46am 11 January 2024 - 🇦🇺Australia dpi Perth, Australia
10.1 minimum, update usage to use new method exclusively.
- last update
about 1 year ago 83 pass, 24 fail -
larowlan →
committed 58521c57 on 3.x authored by
el7cosmos →
Issue #3403718 by el7cosmos, dpi, larowlan: Drupal\Core\Database\...
-
larowlan →
committed 58521c57 on 3.x authored by
el7cosmos →
- Status changed to Fixed
about 1 year ago 9:14pm 14 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.