Drupal 9 Compatibility audit tasks

  1. Run Drupal Check on the latest 8.x branch to find deprecated code and post the results as a .txt file on this issue
  2. 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

Comments

mark_fullmer created an issue. See original summary.

kapilv’s picture

Status: Active » Needs review
StatusFileSize
new409 bytes

$ drupal-check -d breadcrumbs_visibility/
5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

[OK] No errors

mark_fullmer’s picture

StatusFileSize
new1.46 KB
new1.86 KB

The attached patch adds the required defaultTheme variable for tests.

  • mark_fullmer committed 371acce on 8.x-1.x
    Issue #3130315 by mark_fullmer, kapilkumar0324: Drupal 9 Compatibility
    
mark_fullmer’s picture

StatusFileSize
new1.46 KB

Committed the core_version_requirement change. This patch now adds just the test syntax fix that includes defaultTheme.

  • mark_fullmer committed df90f62 on 8.x-1.x
    Issue #3130315 by mark_fullmer: Drupal 9 Compatibility
    
mark_fullmer’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.