Problem/Motivation

Services moved to core and now tests show a lot of deprecated warnings

Related CR https://www.drupal.org/node/2935639

To keep this compatible with core before 8.5.x maybe makes sense to create new branch release

Proposed resolution

Drupal\user\PrivateTempStore -> Drupal\Core\TempStore\PrivateTempStore
Drupal\user\PrivateTempStoreFactory -> Drupal\Core\TempStore\PrivateTempStoreFactory
Drupal\user\SharedTempStore -> Drupal\Core\TempStore\SharedTempStore
Drupal\user\SharedTempStoreFactory -> Drupal\Core\TempStore\SharedTempStoreFactory
Drupal\user\TempStoreException -> Drupal\Core\TempStore\TempStoreException

Remaining tasks

patch & commit

CommentFileSizeAuthor
#2 2960937-2.patch13.1 KBandypost
temp_store.png55.22 KBandypost

Comments

andypost created an issue. See original summary.

andypost’s picture

Status: Needs review » Needs work

The last submitted patch, 2: 2960937-2.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

manuel.adan’s picture

Status: Needs work » Closed (duplicate)
Related issues: +#3033057: Page Manager currently not working with CTools 3.1+

Despite this was previously opened, it were fixed at #3033057: Page Manager currently not working with CTools 3.1+