Drupal 11 Compatibility

Created on 29 October 2024, 24 days ago

Problem/Motivation

This module is currently incompatible with Drupal 11.

Proposed resolution

Fix Drupal 11 Upgrade Status module's issues to make it compatible with next major version:

modules/contrib/entity_count/src/Controller/EntityCountController.php:101
Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
modules/contrib/entity_count/src/Controller/EntityCountController.php:195
Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
modules/contrib/entity_count/entity_count.info.yml:4
Value of core_version_requirement: ^8 || ^9 || ^10 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
modules/contrib/entity_count/composer.json:1
The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file#core-compatibility.
💬 Support request
Status

Active

Version

1.0

Component

Code

Created by

🇪🇸Spain enchufe Spain

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024