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 |
|---|---|---|---|---|
| key 2.0.x-dev | Module | 78559 | 100 | cellar door, crashtest_, japerry, nerdstein, rlhawk |
| 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 | 1 | 1 | Other problem | Class Drupal\key\Plugin\KeyInput\GenerateKeyInput extends unknown class Drupal\key\Plugin\KeyInputBase. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\key\Plugin\KeyInput\GenerateKeyInput::getConfiguration(). |
| 5 | 5 | 1 | Other problem | Call to an undefined method Drupal\key\Plugin\KeyInput\GenerateKeyInput::t(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\key\Plugin\KeyInput\GenerateKeyInput::messenger(). |
| 1 | 1 | 1 | Other problem | Class Drupal\key\Plugin\KeyInput\NoneKeyInput extends unknown class Drupal\key\Plugin\KeyInputBase. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\key\Plugin\KeyInput\NoneKeyInput::t(). |
| 1 | 1 | 1 | Other problem | Method Drupal\key\Entity\Key::getStorage() should return Drupal\key\Plugin\KeyStorageInterface but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\key\KeyRepository::getKeysByStorage() should return array<Drupal\key\Entity\Key> but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\key\KeyRepository::getKeysByType() should return array<Drupal\key\Entity\Key> but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\key\KeyRepository::getKeysByTypeGroup() should return array<Drupal\key\Entity\Key> but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\key\KeyRepository::getKeyNamesAsOptions() should return array but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\key\KeyValue::getKeyShape() should return Drupal\key\Plugin\KeyShapeInterface but return statement is missing. |
| 2 | 2 | 1 | Other problem | Class Drupal\key\TypedData\KeyShapeDefinition referenced with incorrect case: Drupal\Key\TypedData\KeyShapeDefinition. |
| 2 | 2 | 1 | Other problem | Class Drupal\key\TypedData\KeyDataDefinition referenced with incorrect case: Drupal\Key\TypedData\KeyDataDefinition. |
| 1 | 1 | 1 | Other problem | Parameter $local_action of method Drupal\key\Plugin\KeyShapeManagerInterface::getLabel() has invalid type Drupal\key\Plugin\LocalActionInterface. |
| 1 | 1 | 1 | Other problem | Non-abstract class Drupal\key\Plugin\KeyType\EncryptionKeyType contains abstract method processSubmittedKeyValue() from interface Drupal\key\Plugin\KeyPluginFormInterface. |
| 1 | 1 | 1 | Other problem | Class Drupal\key_test\Plugin\KeyInput\MutliValueKeyInput extends unknown class Drupal\key\Plugin\KeyInputBase. |
| 1 | 1 | 1 | Other problem | Drupal\key_test\Plugin\KeyInput\MutliValueKeyInput::defaultConfiguration() calls parent::defaultConfiguration() but Drupal\key_test\Plugin\KeyInput\MutliValueKeyInput does not extend any class. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\key_test\Plugin\KeyInput\MutliValueKeyInput::$configuration. |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\key_test\Plugin\KeyInput\MutliValueKeyInput::t(). |