Postponed
Project:
Drupal core
Version:
main
Component:
routing system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2019 at 14:04 UTC
Updated:
4 Oct 2019 at 17:25 UTC
Jump to comment: Most recent
In #2607920: Breadcrumb render cache not invalidated when entity label changes @tsoeckler suggested:
Possibly we also want to deprecate TitleResolver::getTitle() (but - if so - certainly in a follow-up)
.
Comments
Comment #2
hchonovIs there a reason for this to be in the Entity API issue queue?
Comment #3
tstoecklerI don't think so. Not sure if there's a better fit than routing system? Also this is postponed as of now.
Comment #4
hchonovPostponed on what?
Comment #5
tstoecklerIt's postponed on #2607920: Breadcrumb render cache not invalidated when entity label changes, which will introduce
getCacheableTitle()which this issue attempts to deprecategetTitle()for (although recent comments may actually change that plan).