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 |
|---|---|---|---|---|
| notification_system 2.0.x-dev | Module | 155 | 15000 | b_sharpe |
| 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 |
|---|---|---|---|---|
| 5 | 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 | 886 | 241 | Symfony API | Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead |
| 1 | 20 | 17 | Drupal API, not rector covered | Call to deprecated method clearCachedDefinitions() of interface Drupal\Core\Asset\LibraryDiscoveryInterface. Deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use LibraryDiscoveryCollector::clear() instead. |
| 1 | 193 | 180 | Other problem | Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required. |
| 1 | 1 | 1 | Other problem | Method Drupal\notification_system_database\Form\NotificationForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator extends unknown class JWage\APNS\Safari\PackageGenerator. |
| 1 | 1 | 1 | Other problem | Parameter $certificate of method Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::__construct() has invalid type JWage\APNS\Certificate. |
| 1 | 1 | 1 | Other problem | Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::__construct() calls parent::__construct() but Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator does not extend any class. |
| 1 | 1 | 1 | Other problem | Parameter $package of method Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::copyPackageFiles() has invalid type JWage\APNS\Safari\Package. |
| 1 | 1 | 1 | Other problem | Parameter $package of method Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::generateWebsiteJson() has invalid type JWage\APNS\Safari\Package. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::$websiteName. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::$websitePushId. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::$host. |
| 1 | 1 | 1 | Other problem | Parameter $package of method Drupal\notification_system_dispatch_webpush\ApplePush\MyPackageGenerator::generateIconset() has invalid type JWage\APNS\Safari\Package. |
| 2 | 2 | 1 | Parse error | Instantiated class JWage\APNS\Certificate not found. |
| 1 | 1 | 1 | Parse error | Instantiated class JWage\APNS\SocketClient not found. |
| 1 | 1 | 1 | Parse error | Instantiated class JWage\APNS\Client not found. |
| 1 | 1 | 1 | Parse error | Instantiated class JWage\APNS\Sender not found. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\web_push_api\Component\WebPushNotification not found. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\web_push_api\Component\WebPushData not found. |
| 1 | 1 | 1 | Other problem | Property Drupal\notification_system_dispatch_webpush\WebPushClient::$webPushAuth has unknown class Drupal\web_push_api\Component\WebPushAuthVapid as its type. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\web_push_api\Component\WebPushAuthVapid not found. |
| 1 | 1 | 1 | Other problem | Parameter $webpush of method Drupal\notification_system_dispatch_webpush\WebPushClient::send() has invalid type Drupal\web_push_api\Component\WebPush. |
| 1 | 1 | 1 | Other problem | Parameter $notification of method Drupal\notification_system_dispatch_webpush\WebPushClient::sendToAll() has invalid type Drupal\web_push_api\Component\WebPushNotification. |
| 2 | 2 | 1 | Parse error | Instantiated class Drupal\web_push_api\Component\WebPush not found. |
| 1 | 1 | 1 | Other problem | Parameter $notification of method Drupal\notification_system_dispatch_webpush\WebPushClient::sendToUser() has invalid type Drupal\web_push_api\Component\WebPushNotification. |
| 1 | 1 | 1 | Other problem | Method Drupal\notification_system\Form\NotificationGroupForm::save() should return int but return statement is missing. |