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 |
|---|---|---|---|---|
| search_api_synonym 3.0.x-dev | Module | 717 | 15000 | aaron.ferris, beltofte, ikit-claw, laravz |
| 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 | 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. |
| 4 | 46 | 15 | Parse error | Function drush_set_error not found. |
| 6 | 51 | 12 | Parse error | Function drush_get_option not found. |
| 1 | 4 | 3 | Parse error | Instantiated class Drupal\Console\Core\Style\DrupalStyle not found. |
| 1 | 1 | 1 | Other problem | Class Drupal\search_api_synonym\Command\ExportDrupalCommand uses unknown trait Drupal\Console\Core\Command\Shared\ContainerAwareCommandTrait. |
| 13 | 13 | 1 | Other problem | Call to an undefined method Drupal\search_api_synonym\Command\ExportDrupalCommand::trans(). |
| 1 | 1 | 1 | Symfony API | Return type mixed of method Drupal\search_api_synonym\Command\ExportDrupalCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute(). |
| 2 | 2 | 1 | Other problem | Method Drupal\search_api_synonym\Command\ExportDrupalCommand::execute() should return int but return statement is missing. |
| 2 | 2 | 1 | Other problem | Call to an undefined static method Drupal\Core\Plugin\PluginBase::submitConfigurationForm(). |
| 1 | 1 | 1 | Other problem | Method Drupal\search_api_synonym\Form\SynonymForm::save() should return int but return statement is missing. |