Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity_reference.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2015 at 00:16 UTC
Updated:
23 Feb 2015 at 00:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedComment #2
geertvd commentedLooks good, I don't see any reason not to put this to RTBC
Comment #3
alexpottCommitted under the followup proviso in the beta policy. Committed 03b7423 and pushed to 8.0.x. Thanks!
Comment #5
jibranWhat about
SelectionBase::entityQueryAlter()we can also make it protected?Comment #6
amateescu commentedA quick search through the code would show that it's used outside the selection classes, in
entity_reference_query_entity_reference_alter():)Comment #7
jibranThank you @amateescu.