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 |
|---|---|---|---|---|
| kyc 1.0.x-dev | Module | 0 | 15000 | bdziewierz |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Run Rector to fix some errors | Some of the errors found are covered by drupal-rector automation (thanks to Palantir.net funding), which should be used to speed up resolving them. Check out the Project Update Bot patch in the issue queue. Get the automated fix committed first and resolve the manual problems afterwards. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 1 | 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 | 110 | 69 | Drupal API, rector covered | Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\BusinessForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\BusinessForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\BusinessForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\BusinessTypeForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\BusinessTypeForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\BusinessTypeForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\DocumentForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\DocumentForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\DocumentForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\DocumentTypeForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\DocumentTypeForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\DocumentTypeForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\PersonForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\PersonForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\PersonForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\PersonTypeForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\PersonTypeForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\PersonTypeForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\RemoteDataSetForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\RemoteDataSetForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\RemoteDataSetForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\kyc\Form\RemoteDataSetTypeForm uses unknown trait Drupal\entity\Form\EntityDuplicateFormTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\kyc\Form\RemoteDataSetTypeForm::postSave(). |
| 1 | 1 | 1 | Other problem | Method Drupal\kyc\Form\RemoteDataSetTypeForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $kyc_revision (Drupal\kyc\Entity\KYCInterface) is implicitly nullable via default value null. |