- Issue created by @enchufe
- 🇮🇳India shashank5563 New Delhi
This issue has been fixed. Please test and confirm.
Automatically closed - issue fixed for 2 weeks with no activity.
This module is currently incompatible with Drupal 11.
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.
Active
1.0
Code
This issue has been fixed. Please test and confirm.
Automatically closed - issue fixed for 2 weeks with no activity.