Problem/Motivation
Steps to reproduce
Content of file is deprecated for 10.0 so its time to get rid of it
Proposed resolution
remove the file and usage, make sure no
Remaining tasks
review/commit
User interface changes
no
API changes
no
Data model changes
No
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #19 | 3260615-19.patch | 14.01 KB | andypost |
| #16 | 3260615-16.patch | 14.01 KB | andypost |
| #9 | 3260615-9.patch | 14.01 KB | andypost |
| #9 | interdiff.txt | 841 bytes | andypost |
Comments
Comment #2
andypostschemaapiis defined inComment #4
andypostComment #5
daffie commentedLooks good to me.
Comment #6
catchNeeds a re-roll.
Comment #7
andypostre-roll
Comment #9
andypostRemove remains which left after #3210931: Remove deprecated update.inc functions
Comment #10
daffie commentedLooks good to me.
Comment #11
quietone commentedI searched for the functions that are removed and got results for drupal_get_schema.
Comment #12
volegerwe don't touch D6-D7 related scripts as I know in terms of deprecated functions replacement.
Comment #13
volegerThat's mean the functions called in the sh scripts calling related D6/D7 API
Comment #14
andypostThis function been removed in https://www.drupal.org/node/2467521 (early 8.x core) so probably needs follow-up to clean-up in separate issue as unrelated to the change but here's patch
Comment #15
andypostAlso confirm that d6/7 scripts should not get changes
Comment #16
andypostFiled issue as the #14 out of scope and should go to 9.4.x - #3261517: Clean-up stale reference to drupal_get_schema()
Patch is the same as #9
Comment #17
longwaveBack to RTBC, agree that the database dump scripts must be left alone and the stale reference can be dealt with elsewhere as it is relevant to 9.4.x as well.
Comment #19
andypostre-roll after #3260765: Remove deprecated code from menu-related subsystems
Comment #21
andypostlooks unrelated failure
Comment #23
andypostBot failure
Comment #25
catchCommitted eee5624 and pushed to 10.0.x. Thanks!