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 |
|---|---|---|---|---|
| kwtsms 1.1.0 | Module | 3 | 15000 | kwtsms |
| 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 | 1788 | 1788 | Info.yml or composer.json | The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file#core-compatibility. |
| 1 | 3 | 3 | Parse error | Instantiated class Drupal\sms\Message\SmsMessageResult not found. |
| 2 | 5 | 3 | Parse error | Instantiated class Drupal\sms\Message\SmsDeliveryReport not found. |
| 1 | 1 | 1 | Other problem | Class Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway extends unknown class Drupal\sms\Plugin\SmsGatewayPluginBase. |
| 1 | 1 | 1 | Other problem | Class Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway has an uninitialized readonly property $kwtsmsGateway. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway::buildConfigurationForm() calls parent::buildConfigurationForm() but Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway does not extend any class. |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway::t(). |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway::$configuration. |
| 1 | 1 | 1 | Other problem | Method Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway::send() has invalid return type Drupal\sms\Message\SmsMessageResultInterface. |
| 1 | 1 | 1 | Other problem | Parameter $sms of method Drupal\kwtsms_smsframework\Plugin\SmsGateway\KwtSmsGateway::send() has invalid type Drupal\sms\Message\SmsMessageInterface. |
| 2 | 2 | 1 | Other problem | Access to constant ERROR on an unknown class Drupal\sms\Message\SmsMessageResult. |
| 1 | 1 | 1 | Other problem | Access to constant STATUS_DELIVERED on an unknown class Drupal\sms\Message\SmsDeliveryReport. |
| 1 | 1 | 1 | Other problem | Access to constant STATUS_REJECTED on an unknown class Drupal\sms\Message\SmsDeliveryReport. |
| 1 | 1 | 1 | Other problem | Class Drupal\kwtsms\Form\IntegrationsForm has an uninitialized readonly property $moduleHandler. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\kwtsms\Form\SettingsForm has an uninitialized readonly property $gateway. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\kwtsms\Form\SettingsForm has an uninitialized readonly property $entityTypeManager. Assign it in the constructor. |