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 |
|---|---|---|---|---|
| straker_translate 1.0.x-dev | Module | 0 | 15000 | jbhovik, naresh_bavaskar, megan_smith |
| 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. |
| 10 | 1381 | 234 | 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 | 417 | 141 | Other problem | Call to deprecated method setAccessible() of class ReflectionMethod. |
| 1 | 10 | 7 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\MockObject\MockBuilder: https://github.com/sebastianbergmann/phpunit/issues/5305 |
| 23 | 51 | 14 | Other problem | Call to deprecated function node_add_body_field(). Deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
| 2 | 122 | 67 | Drupal API, not 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. |
| 1 | 182 | 120 | Drupal API, not rector covered | Fetching deprecated class constant EXISTS_REPLACE of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Replace instead. |
| 1 | 17 | 10 | PHPUnit API | Call to deprecated method returnCallback() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturnCallback()</code> instead of <code>$double->will($this->returnCallback())</code> |
| 20 | 31 | 6 | PHPUnit API | Call to deprecated method returnValueMap() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturnMap()</code> instead of <code>$double->will($this->returnValueMap())</code> |
| 88 | 222 | 15 | PHPUnit API | Call to deprecated method returnValue() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturn()</code> instead of <code>$double->will($this->returnValue())</code> |
| 1 | 19 | 16 | Other problem | Call to deprecated function block_content_add_body_field(). Deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
| 1 | 2 | 2 | Parse error | File potx.inc could not be loaded from Drupal\Core\Extension\ModuleHandlerInterface::loadInclude because potx module is not found. |
| 1 | 2 | 2 | Parse error | File potx.local.inc could not be loaded from Drupal\Core\Extension\ModuleHandlerInterface::loadInclude because potx module is not found. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\lingotek\Functional\LingotekLongTextFieldImportTest::$modules property must be protected. |