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 |
|---|---|---|---|---|
| sfc 1.x-dev | Module | 34 | 15000 | samuel.mortenson |
| 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 |
|---|---|---|---|---|
| 6 | 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. |
| 1 | 47 | 29 | Drupal API, not rector covered | Class [redacted] extends deprecated class Drupal\Core\Render\Element\RenderElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\Element\RenderElementBase instead. |
| 15 | 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. |
| 1 | 20 | 17 | Drupal API, not rector covered | Call to deprecated method clearCachedDefinitions() of interface Drupal\Core\Asset\LibraryDiscoveryInterface. Deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use LibraryDiscoveryCollector::clear() instead. |
| 9 | 110 | 69 | Drupal API, rector covered | Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $bare_html_page_renderer (Drupal\Core\Render\BareHtmlPageRendererInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $component (Drupal\sfc\ComponentInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $library_discovery (Drupal\Core\Asset\LibraryDiscoveryInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #7 $file_url_generator (Drupal\Core\File\FileUrlGeneratorInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Symfony API | Deprecated in PHP 8.4: Parameter #4 $container (Symfony\Component\DependencyInjection\ContainerInterface) is implicitly nullable via default value null. |
| 4 | 4 | 1 | Drupal API, not rector covered | Access to constant on deprecated class Drupal\Core\Asset\LibraryDiscovery. Deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use Drupal\Core\Asset\LibraryDiscoveryCollector instead. |