Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2022 at 06:30 UTC
Updated:
23 Feb 2022 at 10:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostmostly all cleaned
Comment #3
longwaveAll deprecated code is gone from node.module, only one reference remains:
What is this referring to in PathPluginTest::testPathPlugin()?
Comment #4
andypostThat's where I stuck... probably it needs to change test view to remove usage of deprecated plugin
Otherwise this test fails, so I left this hunk to dig later
Comment #5
daffie commentedPatch looks good. Just 1 nitpick:
Update the docblock. The parameter cannot be null.
Comment #6
longwaveAlso we need to update the PHPStan baseline
Comment #8
ravi.shankar commentedFixed comments number #5 and #6, please review.
Sorry by mistake #7 (issue’s fork) added...
Comment #9
andypostI think it could incorporate changes from #3261245-15: Remove deprecated views module functions maybe event removing
\Drupal\Tests\node\Functional\Views\PathPluginTestOTOH it smells by new issue - remove remains of node_path pluginComment #10
andypostfix title
Comment #11
daffie commentedLooks good to me.
Comment #12
catchCommitted e0cae2b and pushed to 10.0.x. Thanks!
I think it's OK to handle
\Drupal\Tests\node\Functional\Views\PathPluginTesteither in the Views issue, or in a separate spin-off.