Problem/Motivation
Properly deprecate entity_load_multiple and ENTITY_TYPE_load_multiple().
Proposed resolution
Clean up deprecations to be of the format proposed in #3024461: Adopt consistent deprecation format for core and contrib deprecation messages
Add @trigger_error()
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
N/a
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3028657-5.patch | 15.99 KB | alexpott |
| #5 | 3-5-interdiff.txt | 13.35 KB | alexpott |
Comments
Comment #2
alexpottComment #3
alexpottRemoved all the other @see's because these are not useful as this method is deprecated.
Comment #4
berdirWe are losing some useful information here, but it was also pretty long and if people need more information then they can find that in the new change record reference.
This doesn't seem to follow what is apparently the new standard for the revision reference, though (drupal:8.0.0)?
Do we need legacy tests for these functions?
Comment #5
alexpottAll the *_load_multiple() functions are now deprecated the same way and tested.
Re losing the useful information - it's not that useful (a) it's on the CR (b) it is the code in the function anyways.
Comment #6
andypostLooks polished & has tests
Comment #7
catchCommitted 447cdb7 and pushed to 8.7.x. Thanks!