Needs work
Project:
Drupal core
Version:
main
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2025 at 01:50 UTC
Updated:
1 May 2026 at 15:14 UTC
Jump to comment: Most recent
Comments
Comment #3
smustgrave commentedThis may be good to start?
Comment #4
nicxvan commentedYes
Comment #6
smustgrave commentedIs that what you meant? Wasn't entirely sure what needed to be removed.
starting to go back through any deprecations we moved to follow ups and this was one.
Comment #7
nicxvan commentedLooking at the intent I think we need to also drop:
&& function_exists($this->definition['access callback'])The access callback looks like it only supported procedural implementations, and we need to not accidentally grant access where we didn't previously.
I may be mistaken here so I tagged for subsystem review too.
Comment #8
smustgrave commentedLets do the approach @berdir mentioned.