For Hotkeys for Save to be compatible with Drupal 9, it needs to specify the core_version_requirement property in the info.yml file:

$ drush us-a hotkeys_for_save  
 [notice] Processing /var/www/drupalvm/drupal/web/modules/contrib/hotkeys_for_save.
 2/2 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


================================================================================
Hotkeys for Save,  8.x-1.0
Scanned on Fri, 05/22/2020 - 08:19

FILE: web/modules/contrib/hotkeys_for_save/hotkeys_for_save.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 0    Add <code>core_version_requirement: ^8 || ^9</code> to      
                    hotkeys_for_save.info.yml to designate that the module is   
                    compatible with Drupal 9. See                               
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------
CommentFileSizeAuthor
#4 3139063-4.patch268 bytesJohn Cook
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

John Cook created an issue. See original summary.

John Cook’s picture

Issue summary: View changes
John Cook’s picture

Issue summary: View changes
John Cook’s picture

FileSize
268 bytes

I've created a patch to add the missing parameter.

John Cook’s picture

Status: Active » Needs review

  • wombatbuddy committed e264ce0 on 8.x-1.x
    Issue #3139063 by John Cook: Drupal 9 compatibility.
    
wombatbuddy’s picture

Status: Needs review » Fixed

Thanks.

wombatbuddy’s picture

Status: Fixed » Closed (fixed)
Kristen Pol’s picture

Presuming this is for Drupal 9 porting weekend since this was created during that time.