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 |
|---|---|---|---|---|
| data_policy 2.0.x-dev | Module | 195 | 15000 | bramtenhove, kingdutch, navneet0693, ohorbatiuk, open social, ribel, robertragas, ronaldtebrake, tbsiqueira, uber_denis, viniciusrp, zanvidmar |
| 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 |
|---|---|---|---|---|
| 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. |
| 3 | 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 | 141 | 78 | Drupal API, rector covered | Call to deprecated method renderPlain() of class Drupal\Core\Render\Renderer. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
| 2 | 3 | 2 | Other problem | Call to deprecated method createFromPath() of class League\Csv\AbstractCsv: since version 9.27.0, use League\Csv\AbstractCsv::from() or use League\Csv\AbstractCsv::fromPath() instead Returns a new instance from a file path. |
| 1 | 116 | 64 | Other problem | Deprecated in PHP 8.4: Parameter #2 $account (Drupal\Core\Session\AccountInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Drupal API, rector covered | Call to deprecated function _content_translation_install_field_storage_definitions(). Deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. Use ContentTranslationHooks::installFieldStorageDefinitions() instead. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\data_policy_export\Plugin\Action\ExportDataPolicy::executeMultiple() is not covariant with return type array of method Drupal\views_bulk_operations\Action\ViewsBulkOperationsActionBase::executeMultiple(). |
| 1 | 1 | 1 | Other problem | Method Drupal\data_policy\Form\DataPolicyAddForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\data_policy\Form\DataPolicyRevisionEdit::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\data_policy\Form\InformBlockForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\views\Plugin\views\field\Date::__construct() invoked with 5 parameters, 6 required. |