Closed (fixed)
Project:
Term Merge
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2018 at 06:19 UTC
Updated:
25 Jun 2019 at 12:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mahtab_alam commentedPatch for drupal_set_message
Comment #3
idebr commentedComment #4
idebr commented#2 Thanks for starting to work on a patch! This patch replaces the remaining deprecated code with the new code suggested by Drupal core.
Comment #5
legolasboThanks for working on this, but given the fact that 8.5 hasn't been out that long and many sites might not be up to date I'm going to hold off on committing this for a while. This is because I don't want to break backwards compatibility for existing installations and I don't feel this warrants opening and maintaining a 2.x branch just yet.
Comment #6
idebr commented#5 Fair enough. Let's re-evaluate once 8.6.0 has been released.
Comment #7
legolasboSupport for Drupal 8.5 has been dropped with the release of Drupal 8.7, this means that it's now safe to remove the usages of the deprecated methods. Unfortunately the patch did not apply anymore, so I had to redo the changes on the current codebase. Let's see what testbot thinks of this.
Comment #8
idebr commentedAttached patch replaces the deprecated
\Drupal\user\PrivateTempStoreFactorywith the\Drupal\Core\TempStore\PrivateTempStoreFactoryComment #10
idebr commentedMissed an occurrence.
Comment #12
legolasboCommitted and pushed to 8.x-1.x. Thanks!