Problem/Motivation
I want to use the module inside Drupal 9.
Steps to reproduce
Use Drupal 8, install this module and upgrade to Drupal 9.
Proposed resolution
Fix all issues (deprecated code). Use phpcbf, phpcs, drupal-rector etc...
Remaining tasks
- Fix deprecated code.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3229988-3-drupal-9-compatibility.patch | 19.05 KB | eugen zerr |
| #2 | 3229988-drupal-9-compatibility.patch | 18.15 KB | eugen zerr |
Comments
Comment #2
eugen zerrHi,
here is a patch for Drupal 9 with phpcbf, phpcs and drupal rector fixes.
Comment #3
eugen zerrUpdated the patch as I forgot to replace the deprecated function getVocabularyId was replaced by bundle.
Comment #4
eugen zerrComment #5
damienmckennaMost of the code changes were committed already, but there are some comment improvements that are worth keeping.
Comment #7
damienmckennaCommitted. Thank you.