Closed (fixed)
Project:
View Mode Page
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2019 at 06:58 UTC
Updated:
26 Jul 2020 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sergiu stici commentedHere's the patch, please review.
Comment #3
bbombachiniPatch applies evenly and remove deprecated code warning.
Comment #4
bbombachiniComment #5
vladimiraus### modules/contrib/view_mode_page/view_mode_page.info.yml
Line: 0
Add core_version_requirement: ^8 || ^9 to view_mode_page.info.yml to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
### modules/contrib/view_mode_page/src/PathProcessor/DynamicPathProcessor.php
Line: 68
Parameter $alias_manager of method Drupal\view_mode_page\PathProcessor\DynamicPathProcessor::__construct() has typehint with deprecated interface Drupal\Core\Path\AliasManagerInterface. Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use Drupal\path_alias\AliasManagerInterface.
Comment #6
vladimirausAdded related issue.
Comment #7
vladimirausRelated issue #3124738 fixes report problems.
Comment #8
vladimiraus