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 |
|---|---|---|---|---|
| epayco 2.0.x-dev | Module | 19 | 15000 | waspper |
| 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 |
|---|---|---|---|---|
| 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. |
| 2 | 886 | 241 | Symfony API | Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead |
| 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 | 118 | 46 | Other problem | Non-standard (boolean) cast is deprecated in PHP 8.5. Use (bool) instead. |
| 1 | 2 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #1 $user (Drupal\user\Entity\User) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Parameter $payment_order_updater of method Drupal\commerce_epayco\CommerceGatewayHandler::__construct() has invalid type Drupal\commerce_payment\PaymentOrderUpdaterInterface. |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase extends unknown class Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\OffsitePaymentGatewayBase. |
| 1 | 1 | 1 | Other problem | Parameter $payment_type_manager of method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::__construct() has invalid type Drupal\commerce_payment\PaymentTypeManager. |
| 1 | 1 | 1 | Other problem | Parameter $payment_method_type_manager of method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::__construct() has invalid type Drupal\commerce_payment\PaymentMethodTypeManager. |
| 1 | 1 | 1 | Other problem | Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::__construct() calls parent::__construct() but Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase does not extend any class. |
| 1 | 1 | 1 | Other problem | Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::buildConfigurationForm() calls parent::buildConfigurationForm() but Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase does not extend any class. |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::t(). |
| 1 | 1 | 1 | Other problem | Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::submitConfigurationForm() calls parent::submitConfigurationForm() but Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase does not extend any class. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OffsiteCheckoutBase::$configuration. |
| 5 | 5 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::t(). |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::$configuration. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::$entityTypeManager. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::$entityId. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::getMode(). |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::messenger(). |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::onCancel() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\OnePageCheckout::getDisplayLabel(). |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::$entityTypeManager. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::$entityId. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::getMode(). |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::messenger(). |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::t(). |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::onCancel() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\Plugin\Commerce\PaymentGateway\StandardCheckout::getDisplayLabel(). |
| 1 | 1 | 1 | Other problem | Class Drupal\commerce_epayco\PluginForm\OffsiteRedirect\OffsiteCheckoutFormBase extends unknown class Drupal\commerce_payment\PluginForm\PaymentOffsiteForm. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\commerce_epayco\PluginForm\OffsiteRedirect\OffsiteCheckoutFormBase::getPaymentParameters() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\PluginForm\OffsiteRedirect\OffsiteCheckoutFormBase::t(). |
| 2 | 2 | 1 | Other problem | Call to an undefined static method Drupal\commerce_epayco\PluginForm\OffsiteRedirect\OffsiteCheckoutFormBase::buildConfigurationForm(). |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\PluginForm\OffsiteRedirect\OnePageCheckoutForm::$entity. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\commerce_epayco\PluginForm\OffsiteRedirect\StandardCheckoutForm::$entity. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\commerce_epayco\PluginForm\OffsiteRedirect\StandardCheckoutForm::buildRedirectForm(). |
| 1 | 1 | 1 | Symfony API | Class Drupal\epayco_business_rules\EventSubscriber\TransactionResponseListener implements unknown interface Symfony\Component\DependencyInjection\ContainerAwareInterface. |
| 1 | 1 | 1 | Symfony API | Class Drupal\epayco_business_rules\EventSubscriber\TransactionResponseListener uses unknown trait Symfony\Component\DependencyInjection\ContainerAwareTrait. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\epayco_business_rules\EventSubscriber\TransactionResponseListener::$container. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\business_rules\Events\BusinessRulesEvent not found. |
| 1 | 1 | 1 | Other problem | Class Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction extends unknown class Drupal\business_rules\Plugin\BusinessRulesActionPlugin. |
| 1 | 1 | 1 | Other problem | Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::__construct() calls parent::__construct() but Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction does not extend any class. |
| 4 | 4 | 1 | Other problem | Access to an undefined property Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::$util. |
| 1 | 1 | 1 | Other problem | Parameter $item of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::getSettingsForm() has invalid type Drupal\business_rules\ItemInterface. |
| 1 | 1 | 1 | Other problem | Parameter $item of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::processSettings() has invalid type Drupal\business_rules\ItemInterface. |
| 1 | 1 | 1 | Other problem | Parameter $item of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::getVariables() has invalid type Drupal\business_rules\ItemInterface. |
| 1 | 1 | 1 | Other problem | Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::getVariables() calls parent::getVariables() but Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction does not extend any class. |
| 3 | 3 | 1 | Parse error | Instantiated class Drupal\business_rules\VariableObject not found. |
| 1 | 1 | 1 | Other problem | Parameter $action of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::execute() has invalid type Drupal\business_rules\ActionInterface. |
| 1 | 1 | 1 | Other problem | Parameter $event of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::execute() has invalid type Drupal\business_rules\Events\BusinessRulesEvent. |
| 1 | 1 | 1 | Other problem | Parameter $action of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::fetchPaymentVariables() has invalid type Drupal\business_rules\ActionInterface. |
| 1 | 1 | 1 | Other problem | Parameter $event of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::fetchPaymentVariables() has invalid type Drupal\business_rules\Events\BusinessRulesEvent. |
| 1 | 1 | 1 | Other problem | Parameter $event_variables of method Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::fetchPaymentVariables() has invalid type Drupal\business_rules\VariablesSet. |
| 1 | 1 | 1 | Other problem | Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction::fetchPaymentVariables() calls parent::processVariables() but Drupal\epayco_business_rules\Plugin\BusinessRulesAction\FetchPaymentAction does not extend any class. |
| 1 | 1 | 1 | Other problem | Class Drupal\epayco_business_rules\Plugin\BusinessRulesReactsOn\GatewayTransactionResponse extends unknown class Drupal\business_rules\Plugin\BusinessRulesReactsOnPlugin. |
| 1 | 1 | 1 | Other problem | Class Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable extends unknown class Drupal\business_rules\Plugin\BusinessRulesVariablePlugin. |
| 1 | 1 | 1 | Other problem | Parameter $item of method Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable::getSettingsForm() has invalid type Drupal\business_rules\ItemInterface. |
| 1 | 1 | 1 | Other problem | Parameter $variable of method Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable::changeDetails() has invalid type Drupal\business_rules\Entity\Variable. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable::$util. |
| 1 | 1 | 1 | Other problem | Parameter $event of method Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable::evaluate() has invalid type Drupal\business_rules\Events\BusinessRulesEvent. |
| 1 | 1 | 1 | Other problem | Parameter $variable of method Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable::evaluate() has invalid type Drupal\business_rules\Entity\Variable. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\business_rules\VariablesSet not found. |
| 1 | 1 | 1 | Other problem | Parameter $variable of method Drupal\epayco_business_rules\Plugin\BusinessRulesVariable\EmptyPaymentVariable::variableFields() has invalid type Drupal\business_rules\Entity\Variable. |
| 1 | 1 | 1 | Other problem | Method Drupal\epayco\Form\FactoryFormBase::save() should return int but return statement is missing. |