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

Comments

mo_farhaz created an issue. See original summary.

mo_farhaz’s picture

Assigned: mo_farhaz » Unassigned
Status: Active » Needs review
StatusFileSize
new395 bytes

core version requirement added.

kapilv’s picture

Issue tags: +Drupal 9 compatibility
ashishdalvi’s picture

Status: Needs review » Needs work

Hi @mo_farhaz,

I executed drupal-check and identified the below drupal 9 readiness issues in modules. I feel this should be the scope of current ticket.

Line auto_menutitle.install
------ ----------------------------------------------------
22 Call to deprecated function node_type_get_types():
in drupal:8.0.0 and is removed from drupal:9.0.0.
Use \Drupal\node\Entity\NodeType::loadMultiple().
------ ----------------------------------------------------

[ERROR] Found 1 error

kapilv’s picture

StatusFileSize
new1.01 KB
kapilv’s picture

Status: Needs work » Needs review
Lal_’s picture

StatusFileSize
new23.35 KB

Looks good moving the upgrade status passes the module

Lal_’s picture

Status: Needs review » Reviewed & tested by the community
nehajyoti’s picture

Patch got applied cleanly and issue has been RTBCd, hence committing the patch.

nehajyoti’s picture

Status: Reviewed & tested by the community » Fixed

  • nehajyoti committed 2e58626 on 8.x-1.x
    Issue #3128482 by mo_farhaz, KapilV, Lal_, ashishdalvi, nehajyoti:...

Status: Fixed » Closed (fixed)

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