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
- remove annotation plugin discovery
- service autowire
- plugin autowire: https://www.drupal.org/node/3542837
- convert tests @group annotation into Attribute
- add phpstan config file
- add .gitattributes file to not export files
- minimum Core requirement 11.3, create a 2.x branch
Issue fork image_styles_mapping-3561704
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 #3
grimreaperComment #5
grimreaperWaiting for Core 11.3
Comment #6
grimreaperComment #8
grimreaper