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 |
|---|---|---|---|---|
| elasticsearch_search_api 2.2.x-dev | Module | 334 | 15000 | jhandsta, jopdebeeck, robindh |
| 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 |
|---|---|---|---|---|
| 3 | 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. |
| 4 | 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 |
| 3 | 4 | 2 | Other problem | Call to static method getIndexName() on an unknown class Drupal\elasticsearch_connector\ElasticSearch\Parameters\Factory\IndexFactory. |
| 1 | 1 | 1 | Drupal API, not rector covered | Call to deprecated function template_preprocess_item_list(). Deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme(). |
| 3 | 3 | 1 | Parse error | Caught class Elasticsearch\Common\Exceptions\ElasticsearchException not found. |
| 1 | 1 | 1 | Other problem | Access to constant PREPARE_INDEX on an unknown class Drupal\elasticsearch_connector\Event\PrepareIndexEvent. |
| 1 | 1 | 1 | Other problem | Access to constant PREPARE_INDEX_MAPPING on an unknown class Drupal\elasticsearch_connector\Event\PrepareIndexMappingEvent. |
| 1 | 1 | 1 | Other problem | Parameter $event of method Drupal\elasticsearch_search_api\EventSubscriber\InitializeIndexEventSubscriber::prepareSearchIndex() has invalid type Drupal\elasticsearch_connector\Event\PrepareIndexEvent. |
| 1 | 1 | 1 | Other problem | Parameter $event of method Drupal\elasticsearch_search_api\EventSubscriber\InitializeIndexEventSubscriber::prepareMapping() has invalid type Drupal\elasticsearch_connector\Event\PrepareIndexMappingEvent. |
| 1 | 1 | 1 | Other problem | Class Drupal\elasticsearch_search_api\Fake\FakeClientManager implements unknown interface Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface. |
| 1 | 1 | 1 | Other problem | Parameter $clientManagerFactory of method Drupal\elasticsearch_search_api\Fake\FakeClientManager::__construct() has invalid type nodespark\DESConnector\ClientFactoryInterface. |
| 1 | 1 | 1 | Other problem | Parameter $cluster of method Drupal\elasticsearch_search_api\Fake\FakeClientManager::getClientForCluster() has invalid type Drupal\elasticsearch_connector\Entity\Cluster. |
| 1 | 1 | 1 | Other problem | Parameter $indexFactory of method Drupal\elasticsearch_search_api\Search\IndexFactoryAdapter::__construct() has invalid type Drupal\elasticsearch_connector\ElasticSearch\Parameters\Factory\IndexFactory. |
| 1 | 1 | 1 | Other problem | Parameter $clientManager of method Drupal\elasticsearch_search_api\Search\SearchRepository::__construct() has invalid type Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\Strategy\Autosuggest::execute() has invalid type nodespark\DESConnector\ClientInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\elasticsearch_search_api\Strategy\Autosuggest::execute() should return bool but return statement is missing. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\Strategy\CustomAll::execute() has invalid type nodespark\DESConnector\ClientInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\elasticsearch_search_api\Strategy\CustomAll::execute() should return bool but return statement is missing. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\Strategy\DidYouMean::execute() has invalid type nodespark\DESConnector\ClientInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\elasticsearch_search_api\Strategy\DidYouMean::execute() should return bool but return statement is missing. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\Strategy\Synonyms::execute() has invalid type nodespark\DESConnector\ClientInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\elasticsearch_search_api\Strategy\Synonyms::execute() should return bool but return statement is missing. |
| 1 | 1 | 1 | Other problem | Parameter $clientManager of method Drupal\elasticsearch_search_api\SyncService::__construct() has invalid type Drupal\elasticsearch_connector\ElasticSearch\ClientManager. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\SyncStrategy::execute() has invalid type nodespark\DESConnector\ClientInterface. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\SyncStrategy::getFieldMapping() has invalid type nodespark\DESConnector\ClientInterface. |
| 1 | 1 | 1 | Other problem | Parameter $client of method Drupal\elasticsearch_search_api\SyncStrategyInterface::execute() has invalid type nodespark\DESConnector\ClientInterface. |