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 |
|---|---|---|---|---|
| at_tool 3.0.x-dev | Module | 2244 | 15000 | mattbloomfield, rushikesh raval |
| 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 |
|---|---|---|---|---|
| 4 | 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 | 76 | 48 | Drupal API, rector covered | Fetching deprecated class constant EXISTS_RENAME 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::Rename instead. |
| 2 | 211 | 142 | Drupal API, 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 | 12 | 5 | Other problem | Inner named functions are not supported by PHPStan. Consider refactoring to an anonymous function, class method, or a top-level-defined function. See issue #165 (https://github.com/phpstan/phpstan/issues/165) for more details. |
| 1 | 1 | 1 | Other problem | Function at_theme_generator_help() should return string but return statement is missing. |
| 3 | 10 | 6 | Drupal API, rector covered | Call to deprecated method rebuildThemeData() of class Drupal\Core\Extension\ThemeHandler. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal::service('extension.list.theme')->reset()->getList() instead. |
| 4 | 4 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$layout. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$dir_option_custom. |
| 20 | 20 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$fileOperations. |
| 13 | 13 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$directoryOperations. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$info. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$base_theme_info. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$clone_source_config. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGenerator::$at_core_path. |
| 2 | 2 | 1 | Other problem | Access to an undefined property $this(Drupal\at_theme_generator\Theme\ThemeGenerator)::$fileOperations. |
| 10 | 10 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGeneratorTypes::$info. |
| 4 | 4 | 1 | Other problem | Access to an undefined property Drupal\at_theme_generator\Theme\ThemeGeneratorTypes::$base_theme_info. |