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 |
|---|---|---|---|---|
| workbench_access 2.0.x-dev | Module | 7282 | 500 | agentrickard, becw, larowlan |
| 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 |
|---|---|---|---|---|
| 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 | 389 | 139 | Other problem | Call to deprecated method setAccessible() of class ReflectionProperty. |
| 4 | 33 | 13 | Drupal API, rector covered | Call to deprecated function entity_test_create_bundle(). Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use Drupal\entity_test\EntityTestHelper::createBundle() instead. |
| 1 | 1 | 1 | Other problem | Cannot unset property Drupal\workbench_access\AccessControlHierarchyBase::$tree because it might have hooks in a subclass. |
| 1 | 1 | 1 | Other problem | Parameter #7 $entityFieldManager of method Drupal\workbench_access\Plugin\AccessControlHierarchy\Taxonomy::__construct() is not optional. |
| 1 | 1 | 1 | Other problem | Parameter #8 $bundleInfo of method Drupal\workbench_access\Plugin\AccessControlHierarchy\Taxonomy::__construct() is not optional. |
| 5 | 5 | 1 | Drupal API, rector covered | Call to deprecated function _menu_ui_node_save(). Deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. Use Drupal\menu_ui\MenuUiUtility::menuUiNodeSave() instead. |