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 |
|---|---|---|---|---|
| sgd_dashboard 1.0.x-dev | Module | 4 | 15000 | arcaic, dunx, seeduardo, the_g_bomb |
| 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. |
| 1 | 3 | 3 | Other problem | Use of constant E_STRICT is deprecated. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ExportWebsitesForm has an uninitialized readonly property $database. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ExportWebsitesForm has an uninitialized readonly property $entityTypeManager. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ExportWebsitesForm has an uninitialized readonly property $cronService. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ImportWebsitesForm has an uninitialized readonly property $database. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ImportWebsitesForm has an uninitialized readonly property $entityTypeManager. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ImportWebsitesForm has an uninitialized readonly property $fileSystem. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\sgd_import_export\Form\ImportWebsitesForm has an uninitialized readonly property $cronService. Assign it in the constructor. |
| 2 | 2 | 1 | Other problem | Interface Drupal\node\NodeInterface referenced with incorrect case: Drupal\Node\NodeInterface. |
| 1 | 1 | 1 | Symfony API | Method Drupal\sgd_dashboard\Controller\SgdWebsiteRefreshController::refresh() should return Symfony\Component\HttpFoundation\RedirectResponse but return statement is missing. |