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 |
|---|---|---|---|---|
| calendar_view 2.1.x-dev | Module | 6076 | 1000 | matthieuscarset |
| 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 |
|---|---|---|---|---|
| 3 | 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 | 41 | 33 | Other problem | Cannot unset property Drupal\views\ViewExecutable::$row_index because it might have hooks in a subclass. |
| 2 | 31 | 24 | Drupal API, not rector covered | Call to deprecated function template_preprocess_views_view_unformatted(). Deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme(). |
| 1 | 2 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #1 $field (Drupal\views\Plugin\views\field\FieldPluginBase) is implicitly nullable via default value null. |
| 1 | 2 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #1 $string (string) is implicitly nullable via default value null. |
| 1 | 3 | 3 | Other problem | Deprecated in PHP 8.4: Parameter #2 $timestamp (int) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Twig API | Since twig/twig 3.12: Character "T" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 7 in "modules/contrib/calendar_view/templates/calendar-view-day.html.twig" at line 41. See https://drupal.org/node/3071078. |