Add core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.

CommentFileSizeAuthor
#3 3208498-2.patch431 byteskarishmaamin
Command icon 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

karishmaamin created an issue. See original summary.

karishmaamin’s picture

Issue summary: View changes
karishmaamin’s picture

Status: Active » Needs review
StatusFileSize
new431 bytes
lonalore’s picture

Status: Needs review » Needs work

Module doesn't work under Drupal 9. Due to the above fix, Drupal allows you to install, but the following error occurs during the installation:

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException típus: The service "taxonomy_menu_trails.breadcrumb" has a dependency on a non-existent service "entity.manager".

Need to use @entity_field.manager and @entity_type.manager

lonalore’s picture

Status: Needs work » Needs review

I made a merge-request with the issue-fork above.

kazah’s picture

Is there any information when the updated module for Drupal 9 will be released?

  • Dmitriy.trt committed ffad9f7 on 8.x-1.x
    Issue #3208498: Drupal 9 compatibility, PHP notice fixes.
    
dmitriy.trt’s picture

Please check 8.x-1.0-alpha2, which is a very basic porting to Drupal 9.

dmitriy.trt’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.