Problem/Motivation

There's functions deprecated for removal in core 10

Proposed resolution

remove the usage, make sure no mentions left

Remaining tasks

review/commit

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

CommentFileSizeAuthor
#2 3261250-2.patch14.54 KBandypost

Comments

andypost created an issue. See original summary.

andypost’s picture

Status: Active » Needs review
StatusFileSize
new14.54 KB
longwave’s picture

Status: Needs review » Reviewed & tested by the community
+++ /dev/null
@@ -1,143 +0,0 @@
- * @deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Use
-   *   \Drupal\Core\Extension\ExtensionVersion instead. As an internal class
- *   ExtensionVersion may also be removed in a minor release.

Surprised that phpcs did not catch this wrongly indented docblock.

Anyway, this is the only deprecated code in update.module and we are clean after applying this patch so this is good to go.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 10.0.x, thanks!

  • catch committed 7e612d8 on 10.0.x
    Issue #3261250 by andypost, longwave: Remove deprecated update.module...
longwave’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.