Data was last updated on Feb 21, 2026, 03:17 AM UTC from dataset #749129.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| plugin 2.x-dev | Module | 1838 | 15000 | joachim, berdir, bradjones1 |
| 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 |
|---|---|---|---|---|
| 1 | 9794 | 7047 | 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. |
| 6 | 417 | 141 | Other problem | Call to deprecated method setAccessible() of class ReflectionMethod. |
| 2 | 10 | 7 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\MockObject\MockBuilder: https://github.com/sebastianbergmann/phpunit/issues/5305 |
| 1 | 1416 | 1416 | 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. |
| 2 | 251 | 111 | Other problem | Call to deprecated method setAccessible() of class ReflectionProperty. |
| 1 | 25 | 20 | Drupal API, not rector covered | Call to deprecated method getName() of interface Drupal\Core\Extension\ModuleHandlerInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal::service('extension.list.module')->getName($module) instead. |
| 8 | 62 | 7 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5241 |
| 7 | 11 | 3 | PHPUnit API | Call to deprecated method getMockForTrait() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5243 |
| 4 | 4 | 1 | Other problem | Call to deprecated method setContainedPluginId() of class Drupal\plugin\Plugin\Field\FieldType\PluginCollectionItemBase: Deprecated as of 8.x-2.0 and scheduled for removal before 8.x-3.0. Use static::setContainedPluginInstance(). |
| 4 | 4 | 1 | Other problem | Call to deprecated method setContainedPluginConfiguration() of class Drupal\plugin\Plugin\Field\FieldType\PluginCollectionItemBase: Deprecated as of 8.x-2.0 and scheduled for removal before 8.x-3.0. Use static::getContainedPluginInstance()->setConfiguration() instead. |
| 2 | 2 | 1 | Other problem | Call to method getArrayDefinition() of deprecated interface Drupal\plugin\PluginDefinition\ArrayPluginDefinitionInterface: Deprecated as of 8.0.0. Do not rely on array plugin definitions. |
| 5 | 5 | 1 | Other problem | Call to deprecated method getContainedPluginId() of class Drupal\plugin\Plugin\Field\FieldType\PluginCollectionItemBase: Deprecated as of 8.x-2.0 and scheduled for removal before 8.x-3.0. Use static::getContainedPluginInstance()->getPluginId() instead. |
| 10 | 10 | 1 | Other problem | Call to deprecated method getContainedPluginConfiguration() of class Drupal\plugin\Plugin\Field\FieldType\PluginCollectionItemBase: Deprecated as of 8.x-2.0 and scheduled for removal before 8.x-3.0. Use static::getContainedPluginInstance()->getConfiguration() instead. |
| 1 | 1 | 1 | Other problem | Call to method getOperationsProvider() of deprecated trait Drupal\plugin\Plugin\PluginOperationsProviderPluginManagerTrait: Deprecated as of Plugin 8.x-2.0-rc2. Scheduled for removal before 8.x-3.0. It is impossible to reliably inspect array plugin definitions. Instead of this trait, follow these steps: 1) Use Drupal\plugin\PluginType\PluginTypeInterface::ensureTypedDefinition() to make sure the plugin definition is an object. 2) Check if the plugin definition implements \Drupal\plugin\PluginDefinition\PluginOperationsProviderDefinitionInterface. 3) If that is true, call ::getOperationsProviderClass() on the definition. 4) Instantiate the operations provider class using \Drupal\Core\DependencyInjection\ClassResolverInterface::getInstanceFromDefinition(). |
| 2 | 3 | 2 | Other problem | Call to deprecated function assert_options(). |