You are here

11 string references to breakpoint.manager in Drupal 10

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().
breakpoint_themes_uninstalled in core/modules/breakpoint/breakpoint.module
Implements hook_themes_uninstalled().
ResponsiveImageStyle::calculateDependencies in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Calculates dependencies and stores them in the dependency property.
ResponsiveImageStyleConfigEntityUnitTest::setUp in core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
ResponsiveImageStyleForm::create in core/modules/responsive_image/src/ResponsiveImageStyleForm.php
Instantiates a new instance of this class.
template_preprocess_responsive_image in core/modules/responsive_image/responsive_image.module
Prepares variables for a responsive image.
Toolbar::breakpointManager in core/modules/toolbar/src/Element/Toolbar.php
Wraps the breakpoint manager.