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 |
|---|---|---|---|---|
| plugin 2.x-dev | Module | 2089 | 15000 | berdir, bradjones1, joachim |
| 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 | 1788 | 1788 | 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 | 389 | 139 | Other problem | Call to deprecated method setAccessible() of class ReflectionProperty. |
| 1 | 28 | 23 | Drupal API, 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. |
| 6 | 635 | 177 | Other problem | Call to deprecated method setAccessible() of class ReflectionMethod. |
| 8 | 61 | 6 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5241 |
| 1 | 1 | 1 | Parse error | Class Drupal\plugin\Controller\PluginLabelDefinitionInterface not found. |
| 2 | 3 | 2 | Parse error | Class Drupal\Component\Plugin\ConfigurablePluginInterface not found. |
| 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. |
| 1 | 1 | 1 | Other problem | Call to method getDefinition() on an unknown class Drupal\plugin\Plugin\PluginOperationsProviderPluginManagerTrait. |
| 1 | 1 | 1 | Other problem | Access to property $classResolver on an unknown class Drupal\plugin\Plugin\PluginOperationsProviderPluginManagerTrait. |
| 1 | 1 | 1 | Other problem | Class [redacted] implements deprecated interface Drupal\plugin\PluginDefinition\ArrayPluginDefinitionInterface: Deprecated as of 8.0.0. Do not rely on array plugin definitions. |
| 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. |
| 3 | 7 | 5 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\MockObject\MockBuilder: https://github.com/sebastianbergmann/phpunit/issues/5305 |
| 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(). |
| 1 | 1 | 1 | Other problem | Usage of deprecated trait Drupal\plugin\Plugin\PluginOperationsProviderPluginManagerTrait in class [redacted]:getInstanceFromDefinition(). |
| 2 | 3 | 2 | Other problem | Call to deprecated function assert_options(). |
| 7 | 9 | 2 | PHPUnit API | Call to deprecated method getMockForTrait() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5243 |