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_currencies 1.x-dev | Module | 17 | 15000 | djg_tram |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | 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. |
| 1 | 389 | 139 | Other problem | Call to deprecated method setAccessible() of class ReflectionProperty. |
| 1 | 16 | 8 | Other problem | Call to deprecated method contains() of class SplObjectStorage. |
| 1 | 1 | 1 | Other problem | Property Drupal\commerce_currencies\EventSubscriber\CommerceCurrenciesCartSubscriber::$eventCollector has unknown class Drupal\google_tag\EventCollectorInterface as its type. |
| 1 | 1 | 1 | Other problem | Parameter $eventCollector of method Drupal\commerce_currencies\EventSubscriber\CommerceCurrenciesCartSubscriber::__construct() has invalid type Drupal\google_tag\EventCollectorInterface. |
| 1 | 1 | 1 | Other problem | Property Drupal\commerce_currencies\EventSubscriber\CommerceCurrenciesProductSubscriber::$eventCollector has unknown class Drupal\google_tag\EventCollectorInterface as its type. |
| 1 | 1 | 1 | Other problem | Parameter $event_collector of method Drupal\commerce_currencies\EventSubscriber\CommerceCurrenciesProductSubscriber::__construct() has invalid type Drupal\google_tag\EventCollectorInterface. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesAddToCartEvent extends unknown class Drupal\google_tag\Plugin\GoogleTag\Event\EventBase. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesAddToCartEvent uses unknown trait Drupal\google_tag\Plugin\GoogleTag\Event\Commerce\CommerceEventTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesAddToCartEvent::getContextValue(). |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesAddToCartEvent::formatPriceNumber(). |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesRemoveFromCartEvent extends unknown class Drupal\google_tag\Plugin\GoogleTag\Event\EventBase. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesRemoveFromCartEvent uses unknown trait Drupal\google_tag\Plugin\GoogleTag\Event\Commerce\CommerceEventTrait. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesRemoveFromCartEvent::getContextValue(). |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesRemoveFromCartEvent::formatPriceNumber(). |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent extends unknown class Drupal\google_tag\Plugin\GoogleTag\Event\EventBase. |
| 1 | 1 | 1 | Other problem | Non-abstract class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent contains abstract method getCacheContexts() from interface Drupal\Core\Cache\CacheableDependencyInterface. |
| 1 | 1 | 1 | Other problem | Non-abstract class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent contains abstract method getCacheMaxAge() from interface Drupal\Core\Cache\CacheableDependencyInterface. |
| 1 | 1 | 1 | Other problem | Non-abstract class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent contains abstract method getCacheTags() from interface Drupal\Core\Cache\CacheableDependencyInterface. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent uses unknown trait Drupal\google_tag\Plugin\GoogleTag\Event\Commerce\CommerceEventTrait. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent does not have a constructor and must be instantiated without any parameters. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_currencies\Plugin\GoogleTag\Event\Commerce\CurrenciesViewItemEvent::getContextValue(). |
| 1 | 1 | 1 | Other problem | Property Drupal\commerce_currencies\Processor\CommerceCurrenciesOrderProcessor::$exchangerCalculator has unknown class Drupal\commerce_exchanger\DefaultExchangerCalculator as its type. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Processor\SafeEarlyOrderProcessor extends unknown class Drupal\commerce_shipping\EarlyOrderProcessor. |
| 1 | 1 | 1 | Other problem | Parameter $shipment_manager of method Drupal\commerce_currencies\Processor\SafeEarlyOrderProcessor::__construct() has invalid type Drupal\commerce_shipping\ShipmentManagerInterface. |
| 1 | 1 | 1 | Other problem | Parameter $shipping_order_manager of method Drupal\commerce_currencies\Processor\SafeEarlyOrderProcessor::__construct() has invalid type Drupal\commerce_shipping\ShippingOrderManagerInterface. |
| 1 | 1 | 1 | Other problem | Drupal\commerce_currencies\Processor\SafeEarlyOrderProcessor::__construct() calls parent::__construct() but Drupal\commerce_currencies\Processor\SafeEarlyOrderProcessor does not extend any class. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_currencies\Processor\SafeLateOrderProcessor extends unknown class Drupal\commerce_shipping\LateOrderProcessor. |
| 1 | 1 | 1 | Other problem | Parameter $shipping_order_manager of method Drupal\commerce_currencies\Processor\SafeLateOrderProcessor::__construct() has invalid type Drupal\commerce_shipping\ShippingOrderManagerInterface. |
| 1 | 1 | 1 | Other problem | Drupal\commerce_currencies\Processor\SafeLateOrderProcessor::__construct() calls parent::__construct() but Drupal\commerce_currencies\Processor\SafeLateOrderProcessor does not extend any class. |
| 1 | 1 | 1 | Other problem | Method Drupal\commerce_promotion\PromotionOrderProcessor::__construct() invoked with 2 parameters, 3 required. |
| 1 | 1 | 1 | Other problem | Property Drupal\commerce_currencies\Resolver\CommerceExchangerResolver::$exchangerCalculator has unknown class Drupal\commerce_exchanger\DefaultExchangerCalculator as its type. |
| 1 | 1 | 1 | Other problem | Type Psr\Log\LoggerInterface|null of property Drupal\commerce_currencies\Uninstaller::$logger is not the same as type Psr\Log\LoggerInterface of overridden property Drupal\Core\Extension\ModuleInstaller::$logger. |