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 |
|---|---|---|---|---|
| shopify 3.0.x-dev | Module | 53 | 15000 | cntlscrut, donutdan4114, emersonreis.dev, John Carbone, k.floyd, kbasarab, matroskeen, shrop, teknorah |
| 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. |
| 9 | 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. |
| 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. |
| 3 | 211 | 142 | Drupal API, rector covered | Fetching deprecated class constant EXISTS_REPLACE 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::Replace instead. |
| 1 | 84 | 63 | Other problem | Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316. |
| 2 | 5 | 3 | Other problem | Cannot call abstract method Drupal\Core\Form\FormInterface::submitForm(). |
| 3 | 5 | 3 | Other problem | Deprecated in PHP 8.4: Parameter #3 $previous (Exception) is implicitly nullable via default value null. |
| 3 | 3 | 1 | Other problem | Use of constant DATE_ISO8601 is deprecated. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.0: Required parameter $context follows optional parameter $settings. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.0: Required parameter $operation_details follows optional parameter $settings. |
| 1 | 1 | 1 | Other problem | Class Drupal\shopify\Command\ShopifyCommand extends unknown class Drupal\Console\Core\Command\ContainerAwareCommand. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\shopify\Command\ShopifyCommand::setName(). |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\shopify\Command\ShopifyCommand::trans(). |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #1 $product (Drupal\shopify\Entity\ShopifyProduct) is implicitly nullable via default value null. |
| 2 | 2 | 1 | Other problem | Call to an undefined static method Drupal\Core\Entity\ContentEntityForm::submit(). |
| 1 | 1 | 1 | Other problem | Method Drupal\shopify\Entity\Form\ShopifyProductForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\shopify\Entity\Form\ShopifyProductVariantForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Field\Plugin\Field\FieldFormatter\BasicStringFormatter::viewElements() invoked with 1 parameter, 2 required. |
| 2 | 2 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #4 $client (Drupal\shopify\Sdk\Client) is implicitly nullable via default value null. |