class InvalidProcessorException in Facets 8
Represents an exception that occurred when calling an invalid processor.
Hierarchy
- class \Drupal\facets\Exception\Exception
- class \Drupal\facets\Exception\Exception
- class \Drupal\facets\Exception\InvalidProcessorException
- class \Drupal\facets\Exception\Exception
Expanded class hierarchy of InvalidProcessorException
10 files declare their use of InvalidProcessorException
- DefaultFacetManager.php in src/
FacetManager/ DefaultFacetManager.php - DefaultFacetsSummaryManager.php in modules/
facets_summary/ src/ FacetsSummaryManager/ DefaultFacetsSummaryManager.php - Facet.php in src/
Entity/ Facet.php - FacetTest.php in tests/
src/ Kernel/ Entity/ FacetTest.php - ListItemProcessor.php in src/
Plugin/ facets/ processor/ ListItemProcessor.php
File
- src/
Exception/ InvalidProcessorException.php, line 8
Namespace
Drupal\facets\ExceptionView source
class InvalidProcessorException extends \Exception {
}