service facets_pretty_paths.active_filters in Facets Pretty Paths 8
Class
Drupal\facets_pretty_paths\PrettyPathsActiveFilters3 string references to facets_pretty_paths.active_filters
- ActiveFiltersTest::testDefaultActiveFilters in tests/
src/ Kernel/ ActiveFiltersTest.php - Tests the service responsible for determining the active filters.
- ActiveFiltersTest::testEncodedActiveFilters in tests/
src/ Kernel/ ActiveFiltersTest.php - Tests that the coder plugins successfully decode the filters.
- FacetsPrettyPathsUrlProcessor::create in src/
Plugin/ facets/ url_processor/ FacetsPrettyPathsUrlProcessor.php - Creates an instance of the plugin.
File
View source
- class: Drupal\facets_pretty_paths\PrettyPathsActiveFilters
- arguments:
- - '@entity_type.manager'
- - '@current_route_match'
- - '@plugin.manager.facets_pretty_paths.coder'
- - '@request_stack'