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 |
|---|---|---|---|---|
| h5p_package 3.1.x-dev | Module | 6 | 15000 | anzi31, elusivemind, nels |
| 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. |
| 1 | 24 | 24 | Drupal API, rector covered | Call to deprecated function views_field_default_views_data(). Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use Drupal::service('views.field_data_provider') ->defaultFieldImplementation($field_storage); instead. |
| 1 | 8 | 7 | Drupal API, not rector covered | The "library.discovery.collector" service is deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use LibraryDiscovery instead. See https://www.drupal.org/node/3462970 |
| 1 | 7 | 7 | Other problem | Call to deprecated function finfo_close(). |
| 1 | 3 | 3 | Other problem | 8.5 use FILTER_UNSAFE_RAW instead |
| 1 | 2 | 2 | Other problem | Undefined variable: $path |
| 2 | 2 | 1 | Other problem | Class H5peditor referenced with incorrect case: H5PEditor. |
| 1 | 1 | 1 | Other problem | Method Drupal\h5p_package\H5PDrupal\H5PDrupal::loadContent() should return array but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\h5p_package\H5PDrupal\H5PDrupal::deleteCachedAssets() should return array but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method H5PDefaultStorage::moveContentDirectory() should return object but return statement is missing. |
| 2 | 2 | 1 | Other problem | Method H5PDefaultStorage::removeContentFile() should return int|string but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method H5PDefaultStorage::copyFileTree() should return bool but return statement is missing. |
| 2 | 2 | 1 | Other problem | Undefined variable: $tmpPath |
| 2 | 2 | 1 | Other problem | Method H5PStorage::savePackage() should return bool but return statement is missing. |
| 2 | 2 | 1 | Other problem | Method H5PStorage::saveLibraries() should return int but return statement is missing. |