Problem/Motivation
Reduce useless code now that new PHP and Drupal Core API's are available.
- convert hook into oop hook
- no procedural hook: https://www.drupal.org/node/3490771 and https://www.drupal.org/node/3498595
- Constructor promotion
- service autowire
- plugin autowire: https://www.drupal.org/node/3542837
- convert tests @group annotation into Attribute
- update phpstan config file
- add .gitattributes file to not export files
- minimum Core requirement 11.3, create a 1.x branch for a 1.2.0 release.
- config schema validation: https://www.drupal.org/node/3404425
- config form target: https://www.drupal.org/node/3373502
Issue fork entity_access_password-3562021
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
grimreaperComment #4
grimreaperComment #5
grimreaperReady, waiting for Core 11.3
Comment #7
grimreaper