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
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | drupal-9-deprecated-3131586-13.patch | 1.59 KB | florianmuellerch |
| #4 | drupal-9-deprecated-3131586-4.patch | 1003 bytes | atul4drupal |
Comments
Comment #2
mohrerao commentedComment #3
atul4drupal commentedComment #4
atul4drupal commentedAdded patch to fix the deprecated code issue for D9 compatibality
Comment #5
atul4drupal commentedComment #6
atul4drupal commentedComment #7
mohrerao commentedComment #8
mohrerao commentedComment #9
gábor hojtsyAdd event-appropriate tag based on DIACWMay2020. (Sorry for the noise).
Comment #10
kswamy commentedComment #11
kswamy commentedGiven 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.
Comment #12
florianmuellerchThe 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.
Comment #13
florianmuellerchSorry man, messed up the patch and my local versions :) this is now the final version.
Comment #16
v.kydyba commentedThanks!
Comment #17
v.kydyba commented