Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
BreakpointDiscoveryTest::testBreakpointGroups function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Test the collection of breakpoint groups.
BreakpointDiscoveryTest::testCustomBreakpointGroups function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Test the custom breakpoint group provided by a theme and a module.
BreakpointDiscoveryTest::testModuleBreakpoints function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Test the breakpoint group created for a module.
BreakpointDiscoveryTest::testThemeBreakpoints function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Test the breakpoint group created for a theme.
BreakpointInterface interface core/modules/breakpoint/src/BreakpointInterface.php Interface for Breakpoint plugins.
BreakpointInterface.php file core/modules/breakpoint/src/BreakpointInterface.php
BreakpointInterface::getGroup function core/modules/breakpoint/src/BreakpointInterface.php Returns the breakpoint group.
BreakpointInterface::getLabel function core/modules/breakpoint/src/BreakpointInterface.php Returns the translated label.
BreakpointInterface::getMediaQuery function core/modules/breakpoint/src/BreakpointInterface.php Returns the media query.
BreakpointInterface::getMultipliers function core/modules/breakpoint/src/BreakpointInterface.php Returns the multipliers.
BreakpointInterface::getProvider function core/modules/breakpoint/src/BreakpointInterface.php Returns the provider.
BreakpointInterface::getWeight function core/modules/breakpoint/src/BreakpointInterface.php Returns the weight.
BreakpointManager class core/modules/breakpoint/src/BreakpointManager.php Defines a breakpoint plugin manager to deal with breakpoints.
BreakpointManager.php file core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::$breakpointsByGroup property core/modules/breakpoint/src/BreakpointManager.php Static cache of breakpoints keyed by group.
BreakpointManager::$defaults property core/modules/breakpoint/src/BreakpointManager.php A set of defaults to be referenced by $this->processDefinition() if
additional processing of plugins is necessary or helpful for development
purposes.
BreakpointManager::$instances property core/modules/breakpoint/src/BreakpointManager.php The plugin instances.
BreakpointManager::$themeHandler property core/modules/breakpoint/src/BreakpointManager.php The theme handler.
BreakpointManager::clearCachedDefinitions function core/modules/breakpoint/src/BreakpointManager.php Clears static and persistent plugin definition caches.
BreakpointManager::getBreakpointsByGroup function core/modules/breakpoint/src/BreakpointManager.php Gets breakpoints for the specified group.
BreakpointManager::getDiscovery function core/modules/breakpoint/src/BreakpointManager.php Gets the plugin discovery.
BreakpointManager::getGroupLabel function core/modules/breakpoint/src/BreakpointManager.php Gets the label for a breakpoint group.
BreakpointManager::getGroupProviders function core/modules/breakpoint/src/BreakpointManager.php Gets all the providers for the specified breakpoint group.
BreakpointManager::getGroups function core/modules/breakpoint/src/BreakpointManager.php Gets all the existing breakpoint groups.
BreakpointManager::processDefinition function core/modules/breakpoint/src/BreakpointManager.php Performs extra processing on plugin definitions.
BreakpointManager::providerExists function core/modules/breakpoint/src/BreakpointManager.php Determines if the provider of a definition exists.
BreakpointManager::__construct function core/modules/breakpoint/src/BreakpointManager.php Constructs a new BreakpointManager instance.
BreakpointManagerInterface interface core/modules/breakpoint/src/BreakpointManagerInterface.php Defines an interface for breakpoint managers.
BreakpointManagerInterface.php file core/modules/breakpoint/src/BreakpointManagerInterface.php
BreakpointManagerInterface::getBreakpointsByGroup function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets breakpoints for the specified group.
BreakpointManagerInterface::getGroupProviders function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets all the providers for the specified breakpoint group.
BreakpointManagerInterface::getGroups function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets all the existing breakpoint groups.
BreakpointTest class core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @coversDefaultClass \Drupal\breakpoint\Breakpoint[[api-linebreak]]
@group Breakpoint
BreakpointTest.php file core/modules/breakpoint/tests/src/Unit/BreakpointTest.php
BreakpointTest::$breakpoint property core/modules/breakpoint/tests/src/Unit/BreakpointTest.php The breakpoint under test.
BreakpointTest::$pluginDefinition property core/modules/breakpoint/tests/src/Unit/BreakpointTest.php The used plugin definition.
BreakpointTest::$pluginId property core/modules/breakpoint/tests/src/Unit/BreakpointTest.php The used plugin ID.
BreakpointTest::$stringTranslation property core/modules/breakpoint/tests/src/Unit/BreakpointTest.php The mocked translator.
BreakpointTest::setUp function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php
BreakpointTest::setupBreakpoint function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Sets up the breakpoint defaults.
BreakpointTest::testGetGroup function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getGroup[[api-linebreak]]
BreakpointTest::testGetLabel function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getLabel[[api-linebreak]]
BreakpointTest::testGetMediaQuery function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getMediaQuery[[api-linebreak]]
BreakpointTest::testGetMultipliers function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getMultipliers[[api-linebreak]]
BreakpointTest::testGetProvider function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getProvider[[api-linebreak]]
BreakpointTest::testGetWeight function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getWeight[[api-linebreak]]
breakpoint_help function core/modules/breakpoint/breakpoint.module Implements hook_help().
breakpoint_module_test.breakpoints.yml file core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml
breakpoint_module_test.info.yml file core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml
breakpoint_themes_installed function core/modules/breakpoint/breakpoint.module Implements hook_themes_installed()

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.