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 |
|---|---|---|---|---|
| drupal_dam 1.0.x-dev | Module | 0 | 15000 | stefan.korn |
| 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 | 347 | 143 | Twig API | Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078. |
| 1 | 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. |
| 1 | 3 | 3 | Other problem | Deprecated in PHP 8.4: Parameter #5 $opener_resolver (Drupal\media_library\OpenerResolverInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Method Drupal\drupal_dam\Form\DrupalDAMAuthConfigForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser extends unknown class Drupal\entity_browser\WidgetBase. |
| 1 | 1 | 1 | Other problem | Parameter $validation_manager of method Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::__construct() has invalid type Drupal\entity_browser\WidgetValidationManager. |
| 1 | 1 | 1 | Other problem | Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::__construct() calls parent::__construct() but Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser does not extend any class. |
| 1 | 1 | 1 | Other problem | Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::defaultConfiguration() calls parent::defaultConfiguration() but Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser does not extend any class. |
| 1 | 1 | 1 | Other problem | Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::buildConfigurationForm() calls parent::buildConfigurationForm() but Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser does not extend any class. |
| 4 | 4 | 1 | Other problem | Access to an undefined property Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::$entityTypeManager. |
| 11 | 11 | 1 | Other problem | Access to an undefined property Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::$configuration. |
| 1 | 1 | 1 | Other problem | Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::getForm() calls parent::getForm() but Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser does not extend any class. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::selectEntities(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::getConfiguration(). |
| 1 | 1 | 1 | Other problem | Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser::access() calls parent::access() but Drupal\drupal_dam\Plugin\EntityBrowser\Widget\DAMBrowser does not extend any class. |
| 1 | 1 | 1 | Other problem | Method Drupal\drupal_dam\Plugin\media\Source\DAMFile::getMetadataAttributes() should return array but return statement is missing. |