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 |
|---|---|---|---|---|
| component_builder 3.x-dev | Module | 19 | 15000 | dinh bao tran, hai nguyen, jamesfk, thonglpm, weebpal, william velasco |
| 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 |
|---|---|---|---|---|
| 2 | 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. |
| 24 | 886 | 241 | 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 | 100 | 52 | Drupal API, rector covered | Call to deprecated method invalidateAll() of interface Drupal\Core\Cache\CacheBackendInterface. Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use CacheBackendInterface::deleteAll() or cache tag invalidation instead. |
| 1 | 20 | 19 | Parse error | Class Drupal\node\NodeForm not found. |
| 3 | 128 | 65 | Other problem | Call to static method decode() on an unknown class Drupal\Core\Serialization\Yaml. |
| 1 | 193 | 180 | Other problem | Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required. |
| 1 | 5 | 3 | Other problem | Deprecated in PHP 8.4: Parameter #1 $plugin_id (string) is implicitly nullable via default value null. |
| 2 | 2 | 1 | Other problem | Method Drupal\component_builder_toolbar\Form\ToolbarComponentWrapperForm::save() should return int but return statement is missing. |
| 2 | 2 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $move_wrapper_url (Drupal\Core\Url) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Method Drupal\component_builder\Form\ComponentItemForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\component_builder\Form\ComponentItemTypeForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\component_builder\Form\ComponentWrapperForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Call to deprecated method getComponentNameWithTerm() of class Drupal\component_builder\Form\ComponentWrapperInlineForm. Deprecated in 3.3.0 and is removed from 4.0.x when term change to config entity. |
| 1 | 1 | 1 | Other problem | Undefined variable: $config_allowed_components |
| 1 | 1 | 1 | Parse error | Class Drupal\component_builder\Plugin\ComponentBuilder\ComponentWrapper not found. |