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 |
|---|---|---|---|---|
| searchstax 1.x-dev | Module | 7482 | 500 | azovsky, drunken monkey, searchstax |
| 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. |
| 4 | 389 | 139 | Other problem | Call to deprecated method setAccessible() of class ReflectionProperty. |
| 2 | 5 | 4 | Parse error | Instantiated class Drupal\search_api_autocomplete\Suggestion\SuggestionFactory not found. |
| 2 | 5 | 3 | Other problem | Call to static method load() on an unknown class Drupal\search_api_autocomplete\Entity\Search. |
| 2 | 635 | 177 | Other problem | Call to deprecated method setAccessible() of class ReflectionMethod. |
| 1 | 110 | 69 | Drupal API, rector covered | Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
| 3 | 147 | 67 | Parse error | Function watchdog_exception not found. |
| 1 | 128 | 65 | Other problem | Call to static method decode() on an unknown class Drupal\Core\Serialization\Yaml. |
| 1 | 1 | 1 | Other problem | Parameter $search_api_page of function searchstax_search_api_page_alter() has invalid type Drupal\search_api_page\SearchApiPageInterface. |
| 1 | 1 | 1 | Other problem | Property Drupal\solr_to_searchstax_ss_migration\Form\MigrateServerForm::$keyRepository has unknown class Drupal\key\KeyRepositoryInterface as its type. |
| 1 | 1 | 1 | Other problem | Parameter $key_repository of method Drupal\solr_to_searchstax_ss_migration\Form\MigrateServerForm::__construct() has invalid type Drupal\key\KeyRepositoryInterface. |
| 1 | 1 | 1 | Guzzle API | Class Drupal\searchstax_migration_test\Mock\MockHttpClient extends unknown class Drupal\acquia_search\Client\Solarium\AcquiaGuzzle. |
| 1 | 1 | 1 | Guzzle API | Static call to instance method GuzzleHttp\Client::__construct(). |
| 1 | 1 | 1 | Other problem | Class Drupal\searchstax_migration_test\Mock\MockPreferredCoreService extends unknown class Drupal\acquia_search\PreferredCoreService. |
| 1 | 1 | 1 | Other problem | Class Drupal\searchstax_migration_test\Mock\MockPreferredCoreServiceFactory extends unknown class Drupal\acquia_search\PreferredCoreServiceFactory. |
| 1 | 1 | 1 | Other problem | Method Drupal\searchstax_migration_test\Mock\MockPreferredCoreServiceFactory::get() has invalid return type Drupal\acquia_search\PreferredCoreService. |
| 1 | 1 | 1 | Other problem | Call to static method load() on an unknown class Drupal\facets\Entity\Facet. |
| 1 | 1 | 1 | Other problem | Property Drupal\searchstax\Form\SettingsForm::$keyRepository has unknown class Drupal\key\KeyRepositoryInterface as its type. |
| 1 | 1 | 1 | Other problem | Method Drupal\searchstax\Form\SettingsForm::getKeyRepository() has invalid return type Drupal\key\KeyRepositoryInterface. |
| 1 | 1 | 1 | Other problem | Parameter $key_repository of method Drupal\searchstax\Form\SettingsForm::setKeyRepository() has invalid type Drupal\key\KeyRepositoryInterface. |
| 2 | 2 | 1 | Parse error | Caught class Drupal\search_api_autocomplete\SearchApiAutocompleteException not found. |
| 1 | 1 | 1 | Other problem | Property Drupal\searchstax\Plugin\SolrConnector\SearchStaxConnector::$keyRepository has unknown class Drupal\key\KeyRepositoryInterface as its type. |
| 1 | 1 | 1 | Other problem | Parameter $key_repository of method Drupal\searchstax\Plugin\SolrConnector\SearchStaxConnector::__construct() has invalid type Drupal\key\KeyRepositoryInterface. |
| 1 | 1 | 1 | Other problem | Class Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor extends unknown class Drupal\search_api_attachments\TextExtractorPluginBase. |
| 1 | 1 | 1 | Other problem | Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor::create() calls parent::create() but Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor does not extend any class. |
| 1 | 1 | 1 | Other problem | Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor::defaultConfiguration() calls parent::defaultConfiguration() but Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor does not extend any class. |
| 8 | 8 | 1 | Other problem | Access to an undefined property Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor::$configuration. |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor::t(). |
| 1 | 1 | 1 | Other problem | Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor::submitConfigurationForm() calls parent::submitConfigurationForm() but Drupal\searchstax\Plugin\search_api_attachments\SearchStaxExtractor does not extend any class. |
| 1 | 1 | 1 | Parse error | Class Drupal\search_api_attachments\Plugin\search_api\processor\FilesExtractor not found. |
| 1 | 1 | 1 | Other problem | Attribute class Drupal\search_api_autocomplete\Attribute\SearchApiAutocompleteSuggester does not exist. |
| 1 | 1 | 1 | Other problem | Class Drupal\searchstax\Plugin\search_api_autocomplete\suggester\SearchstaxSuggester extends unknown class Drupal\search_api_autocomplete\Suggester\SuggesterPluginBase. |
| 1 | 1 | 1 | Other problem | Parameter $search of method Drupal\searchstax\Plugin\search_api_autocomplete\suggester\SearchstaxSuggester::supportsSearch() has invalid type Drupal\search_api_autocomplete\SearchInterface. |
| 1 | 1 | 1 | Other problem | Drupal\searchstax\Plugin\search_api_autocomplete\suggester\SearchstaxSuggester::create() calls parent::create() but Drupal\searchstax\Plugin\search_api_autocomplete\suggester\SearchstaxSuggester does not extend any class. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\search_api_autocomplete\Suggestion\Suggestion not found. |
| 1 | 1 | 1 | Other problem | Property Drupal\searchstax\Service\SearchStax::$keyRepository has unknown class Drupal\key\KeyRepositoryInterface as its type. |
| 1 | 1 | 1 | Other problem | Parameter $key_repository of method Drupal\searchstax\Service\SearchStax::__construct() has invalid type Drupal\key\KeyRepositoryInterface. |
| 1 | 1 | 1 | Other problem | Property Drupal\searchstax\Service\VersionCheck::$keyRepository has unknown class Drupal\key\KeyRepositoryInterface as its type. |
| 1 | 1 | 1 | Other problem | Parameter $key_repository of method Drupal\searchstax\Service\VersionCheck::__construct() has invalid type Drupal\key\KeyRepositoryInterface. |
| 1 | 1 | 1 | Guzzle API | Class Drupal\searchstax_test_mock_http\Mock\MockHttpClient extends @final class GuzzleHttp\Client. |
| 1 | 1 | 1 | Parse error | Instantiated class Http\Factory\Guzzle\RequestFactory not found. |
| 1 | 1 | 1 | Parse error | Instantiated class Http\Factory\Guzzle\StreamFactory not found. |
| 1 | 1 | 1 | Other problem | Parameter $key_repository of method Drupal\searchstax_test_version_check\DecoratedVersionCheck::__construct() has invalid type Drupal\key\KeyRepositoryInterface. |
| 1 | 1 | 1 | Other problem | Call to deprecated method getAutosuggestCore() of class Drupal\searchstax\Service\SearchStax. Deprecated in searchstax:1.11.0 and is removed from searchstax:2.0.0. Use getAutosuggestEndpoint() instead. |
| 1 | 1 | 1 | Other problem | Class Drupal\searchstax\Plugin\search_api_autocomplete\suggester\SearchstaxSuggester does not have a constructor and must be instantiated without any parameters. |
| 1 | 1 | 1 | Other problem | Call to static method create() on an unknown class Drupal\search_api_autocomplete\Entity\Search. |
| 2 | 3 | 2 | Parse error | Class Behat\Mink\Driver\GoutteDriver not found. |
| 1 | 1 | 1 | Other problem | Call to static method create() on an unknown class Drupal\eu_cookie_compliance\Entity\CookieCategory. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\search_api_solr\Solarium\EventDispatcher\Psr14Bridge not found. |