Active
Project:
Drupal core
Version:
main
Component:
cache system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Dec 2018 at 18:20 UTC
Updated:
23 Dec 2018 at 22:29 UTC
Jump to comment: Most recent
Comments
Comment #2
xjmIn #2976148: Layout-based entity rendering should delegate to the correct section storage instead of hardcoding to either defaults or overrides we switched the typehint to RefinableCacheableDependencyInterface which has a more helpful name and at least a paragraph of documentation; however, that interface doesn't (and shouldn't) cover what you need to do with the
CacheableMetadataobjects (constructing them and usingapplyTo()which doesn't exist on this interface. So the docs on both will need work.