Drupal 10 Compatibility

Created on 22 June 2023, about 1 year ago
Updated 29 June 2023, about 1 year ago

To achieve Drupal 10 compatibility the "upgrade_status" module correctly reports that the following 2 issues need to be addressed:

Issue #1

In the file "popular_search_keywords.module" the call to deprecated function drupal_get_path(). Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.

Issue #2

In the file "popular_search_keywords.info.yml" the value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States leewbutler

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024