service breakpoint.manager in Drupal 10
Same name and namespace in other branches
- 8 core/modules/breakpoint/breakpoint.services.yml \breakpoint.manager
- 9 core/modules/breakpoint/breakpoint.services.yml \breakpoint.manager
Class
Drupal\breakpoint\BreakpointManagerTags
- plugin_manager_cache_clear
11 string references to breakpoint.manager
- BreakpointDiscoveryTest::testBreakpointGroups in core/
modules/ breakpoint/ tests/ src/ Kernel/ BreakpointDiscoveryTest.php - Tests the collection of breakpoint groups.
- BreakpointDiscoveryTest::testCustomBreakpointGroups in core/
modules/ breakpoint/ tests/ src/ Kernel/ BreakpointDiscoveryTest.php - Tests the custom breakpoint group provided by a theme and a module.
- BreakpointDiscoveryTest::testModuleBreakpoints in core/
modules/ breakpoint/ tests/ src/ Kernel/ BreakpointDiscoveryTest.php - Tests the breakpoint group created for a module.
- BreakpointDiscoveryTest::testThemeBreakpoints in core/
modules/ breakpoint/ tests/ src/ Kernel/ BreakpointDiscoveryTest.php - Tests the breakpoint group created for a theme.
- breakpoint_themes_installed in core/
modules/ breakpoint/ breakpoint.module - Implements hook_themes_installed().
File
- core/
modules/ breakpoint/ breakpoint.services.yml - core/modules/breakpoint/breakpoint.services.yml
View source
- class: Drupal\breakpoint\BreakpointManager
- arguments:
- - '@module_handler'
- - '@theme_handler'
- - '@cache.discovery'
- - '@string_translation'
- tags:
- - { name: plugin_manager_cache_clear }