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 |
|---|---|---|---|---|
| commerce_printful 2.0.x-dev | Module | 50 | 15000 | cameron prince, c_archer, graber, scottsawyer |
| 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 |
|---|---|---|---|---|
| 1 | 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. |
| 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 | 2 | 1 | Parse error | Instantiated class Drupal\commerce_printful\Commands\UserAbortException not found. |
| 1 | 1 | 1 | Other problem | Method Drupal\commerce_printful\Entity\PrintfulStore::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #4 $previous (Drupal\commerce_printful\Exception\Throwable) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Parameter $previous of method Drupal\commerce_printful\Exception\PrintfulException::__construct() has invalid type Drupal\commerce_printful\Exception\Throwable. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\commerce_printful\Exception\PrintfulException::$request_parameters. |
| 1 | 1 | 1 | Other problem | Method Drupal\commerce_printful\Form\PrintfulStoreForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_printful\Plugin\Commerce\ShippingMethod\PrintfulShipping uses unknown trait Drupal\commerce_currency_resolver\Plugin\Commerce\CommerceCurrencyResolverAmountTrait. |
| 1 | 1 | 1 | Other problem | Parameter $price_exchanger_calculator of method Drupal\commerce_printful\Plugin\Commerce\ShippingMethod\PrintfulShipping::__construct() has invalid type Drupal\commerce_currency_resolver\PriceExchangerCalculator. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_printful\Plugin\Commerce\ShippingMethod\PrintfulShipping::currencyBuildConfigurationForm(). |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\commerce_printful\Plugin\Commerce\ShippingMethod\PrintfulShipping::currentCurrency(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_printful\Plugin\Commerce\ShippingMethod\PrintfulShipping::shouldCurrencyRefresh(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_printful\Plugin\Commerce\ShippingMethod\PrintfulShipping::getPrice(). |
| 1 | 1 | 1 | Other problem | Parameter $price_exchanger_calculator of method Drupal\commerce_printful\Service\OrderIntegrator::__construct() has invalid type Drupal\commerce_currency_resolver\PriceExchangerCalculator. |