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 |
|---|---|---|---|---|
| bookable_calendar 2.2.x-dev | Module | 369 | 15000 | josh.fabean |
| 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. |
| 4 | 118 | 46 | Other problem | Non-standard (boolean) cast is deprecated in PHP 8.5. Use (bool) instead. |
| 3 | 116 | 64 | Other problem | Deprecated in PHP 8.4: Parameter #2 $account (Drupal\Core\Session\AccountInterface) is implicitly nullable via default value null. |
| 1 | 2 | 2 | Other problem | Call to static method escape() on an unknown class Html. |
| 1 | 1 | 1 | Other problem | Call to static method getAnonymousUser() on an unknown class User. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance::$configuration. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance::t(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method $this(Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance)::t(). |
| 1 | 1 | 1 | Other problem | Class Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance extends unknown class Drupal\views_bulk_operations\Action\ViewsBulkOperationsActionBase. |
| 1 | 1 | 1 | Other problem | Class Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance implements unknown interface Drupal\views_bulk_operations\Action\ViewsBulkOperationsPreconfigurationInterface. |
| 1 | 1 | 1 | Other problem | Parameter $viewDataService of method Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance::__construct() has invalid type Drupal\views_bulk_operations\Service\ViewsbulkOperationsViewData. |
| 1 | 1 | 1 | Other problem | Parameter $actionProcessor of method Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance::__construct() has invalid type Drupal\views_bulk_operations\Service\ViewsBulkOperationsActionProcessor. |
| 1 | 1 | 1 | Other problem | Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance::__construct() calls parent::__construct() but Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance does not extend any class. |
| 3 | 3 | 1 | Other problem | Access to an undefined property Drupal\bookable_calendar_vbo_booking\Plugin\Action\BookOpeningInstance::$context. |
| 1 | 1 | 1 | Other problem | Class Drupal\bookable_calendar_vbo_booking\Plugin\Action\RemoveBookingsOnOpening extends unknown class Drupal\views_bulk_operations\Action\ViewsBulkOperationsActionBase. |
| 1 | 1 | 1 | Other problem | Cannot unset offset 'book_in_progress' on non-empty-array<mixed, mixed>. |
| 1 | 1 | 1 | Other problem | Method Drupal\bookable_calendar\Form\BookableCalendarForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\bookable_calendar\Form\BookableCalendarOpeningForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\bookable_calendar\Form\BookableCalendarOpeningInstanceForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Symfony API | Parameter #1 $container (Drupal\bookable_calendar\Form\ContainerInterface) of method Drupal\bookable_calendar\Form\BookingContactCreateForm::create() is not contravariant with parameter #1 $container (Symfony\Component\DependencyInjection\ContainerInterface) of method Drupal\Core\Form\FormBase::create(). |
| 1 | 1 | 1 | Other problem | Parameter $container of method Drupal\bookable_calendar\Form\BookingContactCreateForm::create() has invalid type Drupal\bookable_calendar\Form\ContainerInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\bookable_calendar\Form\BookingContactForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\bookable_calendar\Form\BookingForm::save() should return int but return statement is missing. |