1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

------ -------------------------------------------------------------------------------------------
Line src/Plugin/views/argument_default/URLAliasFilter.php
------ -------------------------------------------------------------------------------------------
39 Parameter $alias_manager of method
Drupal\views_url_alias_filter\Plugin\views\argument_default\URLAliasFilter::__construct()
has typehint with deprecated interface Drupal\Core\Path\AliasManagerInterface:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Use \Drupal\path_alias\AliasManagerInterface.
------ -------------------------------------------------------------------------------------------

[ERROR] Found 1 error

Comments

mohrerao created an issue. See original summary.

mohrerao’s picture

atul4drupal’s picture

Assigned: Unassigned » atul4drupal
atul4drupal’s picture

StatusFileSize
new1003 bytes

Added patch to fix the deprecated code issue for D9 compatibality

atul4drupal’s picture

Status: Active » Needs review
atul4drupal’s picture

Assigned: atul4drupal » Unassigned
mohrerao’s picture

mohrerao’s picture

Issue tags: +DIACWMay2020
gábor hojtsy’s picture

Add event-appropriate tag based on DIACWMay2020. (Sorry for the noise).

kswamy’s picture

Assigned: Unassigned » kswamy
kswamy’s picture

Assigned: kswamy » Unassigned
StatusFileSize
new1.4 KB

Given patch works fine with upgrade status. However the info file change was missed. Adding that too here as there is no separate issue for that.

florianmuellerch’s picture

StatusFileSize
new1.59 KB

The existing patch did not include the change of the library name in the create() method which caused errors. Here's an updated version of kswamy's patch.

florianmuellerch’s picture

StatusFileSize
new1.59 KB

Sorry man, messed up the patch and my local versions :) this is now the final version.

  • v.kydyba committed 77e4d35 on 3131586-drupal9-deprecated-report authored by fmueller_previon
    Issue #3131586 by fmueller_previon, atul4drupal, kswamy: Drupal 9...

v.kydyba’s picture

Thanks!

v.kydyba’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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