class InvalidQueryTypeException in Facets 8
Represents an exception that occurred when calling an invalid query type.
Hierarchy
- class \Drupal\facets\Exception\Exception
- class \Drupal\facets\Exception\Exception
- class \Drupal\facets\Exception\InvalidQueryTypeException
- class \Drupal\facets\Exception\Exception
Expanded class hierarchy of InvalidQueryTypeException
4 files declare their use of InvalidQueryTypeException
- Facet.php in src/
Entity/ Facet.php - FacetFacetSourceTest.php in tests/
src/ Kernel/ Entity/ FacetFacetSourceTest.php - SearchApiBaseFacetSource.php in src/
Plugin/ facets/ facet_source/ SearchApiBaseFacetSource.php - SearchApiDisplay.php in src/
Plugin/ facets/ facet_source/ SearchApiDisplay.php
File
- src/
Exception/ InvalidQueryTypeException.php, line 8
Namespace
Drupal\facets\ExceptionView source
class InvalidQueryTypeException extends \Exception {
}