Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
BreakLockForm::__construct function core/modules/views_ui/src/Form/BreakLockForm.php Constructs a \Drupal\views_ui\Form\BreakLockForm object.
BreakLockLink::__construct function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Constructs a new BreakLockLink.
breakpoint.services.yml file core/modules/breakpoint/breakpoint.services.yml core/modules/breakpoint/breakpoint.services.yml
Breakpoint::getMultipliers function core/modules/breakpoint/src/Breakpoint.php
BreakpointDiscoveryTest class core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Tests discovery of breakpoints provided by themes and modules.
BreakpointDiscoveryTest.php file core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php
BreakpointDiscoveryTest::$modules property core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php
BreakpointDiscoveryTest::setUp function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php
BreakpointDiscoveryTest::testBreakpointGroups function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Tests the collection of breakpoint groups.
BreakpointDiscoveryTest::testCustomBreakpointGroups function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Tests the custom breakpoint group provided by a theme and a module.
BreakpointDiscoveryTest::testModuleBreakpoints function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Tests the breakpoint group created for a module.
BreakpointDiscoveryTest::testThemeBreakpoints function core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php Tests the breakpoint group created for a theme.
BreakpointHooks class core/modules/breakpoint/src/Hook/BreakpointHooks.php Hook implementations for breakpoint.
BreakpointHooks.php file core/modules/breakpoint/src/Hook/BreakpointHooks.php
BreakpointHooks::help function core/modules/breakpoint/src/Hook/BreakpointHooks.php Implements hook_help().
BreakpointHooks::themesInstalled function core/modules/breakpoint/src/Hook/BreakpointHooks.php Implements hook_themes_installed().
BreakpointHooks::themesUninstalled function core/modules/breakpoint/src/Hook/BreakpointHooks.php Implements hook_themes_uninstalled().
BreakpointInterface::getMultipliers function core/modules/breakpoint/src/BreakpointInterface.php Returns the multipliers.
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
BreakpointManager::$instances property core/modules/breakpoint/src/BreakpointManager.php The plugin instances.
BreakpointManager::clearCachedDefinitions function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::getBreakpointsByGroup function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::getDiscovery function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::getGroupProviders function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::getGroups function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::processDefinition function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::providerExists function core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::__construct function core/modules/breakpoint/src/BreakpointManager.php Constructs a new BreakpointManager instance.
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 Tests Drupal\breakpoint\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 Tests get group.
BreakpointTest::testGetLabel function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get label.
BreakpointTest::testGetMediaQuery function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get media query.
BreakpointTest::testGetMultipliers function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get multipliers.
BreakpointTest::testGetProvider function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get provider.
BreakpointTest::testGetWeight function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get weight.
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_theme_test.breakpoints.yml file core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml
breakpoint_theme_test.info.yml file core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml

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