Drupal 9 Compatibility audit tasks
- Run Drupal Check on the latest 8.x branch to find deprecated code and post the results as a .txt file on this issue
- If there are deprecations, do a dry-run of Drupal Rector on the module to automate some D9 compatibility, and post the results as a .patch file on this issue
Drupal 9 Compatibility checklist
- [ ] An automatable test exists that can be run against the Drupal core 9.x branch to verify minimum compatibility
- [ ] No Drupal 9-deprecated code deprecated exists in the codebase per drupal-check
- [ ] The info.yml file meets Drupal 9 syntax requirements (Add core_version_requirement: ^8 || ^9, unless additional specificity is required (see https://www.drupal.org/node/3070687))
- [x] “Drupal 9 porting info” exists on the project page
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3130315-4.patch | 1.46 KB | mark_fullmer |
| #3 | 3130315-3.patch | 1.86 KB | mark_fullmer |
| #3 | 3130315-2_3.interdiff.txt | 1.46 KB | mark_fullmer |
| #2 | 3130315-2.patch | 409 bytes | kapilv |
Comments
Comment #2
kapilv commented$ drupal-check -d breadcrumbs_visibility/
5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] No errors
Comment #3
mark_fullmerThe attached patch adds the required
defaultThemevariable for tests.Comment #5
mark_fullmerCommitted the
core_version_requirementchange. This patch now adds just the test syntax fix that includesdefaultTheme.Comment #7
mark_fullmer