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
- update phpstan config file
- add .gitattributes file to not export files
- minimum Core requirement 11.3, create a 5.x branch
- config schema validation: https://www.drupal.org/node/3404425
- config form target: https://www.drupal.org/node/3373502
- take https://www.drupal.org/project/drupal/issues/2786355 into account
Issue fork file_extractor-3561728
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 #4
grimreaperComment #6
grimreaperWaiting for Core 11.3
Comment #7
grimreaperComment #9
grimreaper