Closed (fixed)
Project:
Current Page Crumb
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2023 at 03:05 UTC
Updated:
12 Apr 2026 at 20:10 UTC
Jump to comment: Most recent
Comments
Comment #3
renatog commentedDone! MR created and is ready to be merged: https://git.drupalcode.org/project/current_page_crumb/-/merge_requests/5
Comment #4
greg boggsThis needs a rebase because I merged 4.
Comment #5
renatog commentedMR rebased.
Now is mergeable: https://git.drupalcode.org/project/current_page_crumb/-/merge_requests/5...
Comment #7
prudloff commentedphpcs reports a problem: https://git.drupalcode.org/project/current_page_crumb/-/jobs/4559870
Comment #9
liam morlandComment #10
liam morlandAll checks are now passing.
Comment #11
prudloff commentedThe constructor of a service is considered internal (https://www.drupal.org/about/core/policies/core-change-policies/bc-polic...) and could change in the future. So I used composition instead of extending PathBasedBreadcrumbBuilder.