Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| context 5.x-dev | Module | 18807 | 500 | alex_b, boshtian, colan, emanaton, febbraro, fizk, hefox, jmiccolis, kristen pol, mandclu, nedjo, NormySan, patricksettle, paulocs, steven jones, tekante, yhahn |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 2 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 2 | 2 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $context (Drupal\context\ContextInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Method Drupal\context_ui\Form\ContextAddForm::save() should return int but return statement is missing. |
| 2 | 2 | 1 | Other problem | Method Drupal\context_ui\Form\ContextEditForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Property Drupal\context_ui\Plugin\Block\ContextInspector::$develDumper has unknown class Drupal\devel\DevelDumperManager as its type. |
| 1 | 1 | 1 | Other problem | Parameter $devel_dumper of method Drupal\context_ui\Plugin\Block\ContextInspector::__construct() has invalid type Drupal\devel\DevelDumperManager. |
| 2 | 2 | 1 | Other problem | Method Drupal\context\ContextManager::getContext() should return array|Drupal\context\ContextInterface but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\context\Entity\Context::disable() should return $this(Drupal\context\Entity\Context) but return statement is missing. |