class SearchApiSolrException in Search API Solr 8.3
Same name and namespace in other branches
- 8 src/SearchApiSolrException.php \Drupal\search_api_solr\SearchApiSolrException
- 8.2 src/SearchApiSolrException.php \Drupal\search_api_solr\SearchApiSolrException
- 4.x src/SearchApiSolrException.php \Drupal\search_api_solr\SearchApiSolrException
Represents an exception that occurs in Search API Solr.
Hierarchy
- class \Drupal\search_api\SearchApiException extends \Drupal\search_api\Exception
- class \Drupal\search_api_solr\SearchApiSolrException
Expanded class hierarchy of SearchApiSolrException
13 files declare their use of SearchApiSolrException
- AbstractSolrEntityListBuilder.php in src/
Controller/ AbstractSolrEntityListBuilder.php - SearchApiSolrBackend.php in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - SearchApiSolrCommands.php in src/
Commands/ SearchApiSolrCommands.php - SearchApiSolrDevelCommands.php in modules/
search_api_solr_devel/ src/ Commands/ SearchApiSolrDevelCommands.php - SearchApiSolrTest.php in tests/
src/ Kernel/ SearchApiSolrTest.php
File
- src/
SearchApiSolrException.php, line 10
Namespace
Drupal\search_api_solrView source
class SearchApiSolrException extends SearchApiException {
}