Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
BreakLockForm::submitForm function core/modules/views_ui/src/Form/BreakLockForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
BreakLockForm::__construct function core/modules/views_ui/src/Form/BreakLockForm.php Constructs a \Drupal\views_ui\Form\BreakLockForm object.
BreakLockLink class core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Provides a link to break a tempstore lock.
BreakLockLink.php file core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php
BreakLockLink::$dateFormatter property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The date formatter.
BreakLockLink::$entityTypeManager property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The entity type manager.
BreakLockLink::$renderer property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The renderer.
BreakLockLink::create function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Instantiates a new instance of the implementing class using autowiring.
BreakLockLink::getInfo function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Returns the element properties for this element.
BreakLockLink::preRenderLock function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Pre-render callback: Renders a lock into #markup.
BreakLockLink::__construct function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Constructs a new BreakLockLink.
Breakpoint class core/modules/breakpoint/src/Breakpoint.php Default object used for breakpoint plugins.
breakpoint.info.yml file core/modules/breakpoint/breakpoint.info.yml core/modules/breakpoint/breakpoint.info.yml
breakpoint.manager service core/modules/breakpoint/breakpoint.services.yml Drupal\breakpoint\BreakpointManager
breakpoint.overview.html.twig file core/modules/breakpoint/help_topics/breakpoint.overview.html.twig ---
label: 'Managing height, width, and resolution breakpoints'
related:
- core.appearance
---
<h2>{% trans %}What are breakpoints?{% endtrans %}</h2>
<p>{% trans %}Breakpoints are the point at which your site's…
Breakpoint.php file core/modules/breakpoint/src/Breakpoint.php
breakpoint.services.yml file core/modules/breakpoint/breakpoint.services.yml core/modules/breakpoint/breakpoint.services.yml
Breakpoint::getGroup function core/modules/breakpoint/src/Breakpoint.php Returns the breakpoint group.
Breakpoint::getLabel function core/modules/breakpoint/src/Breakpoint.php Returns the translated label.
Breakpoint::getMediaQuery function core/modules/breakpoint/src/Breakpoint.php Returns the media query.
Breakpoint::getMultipliers function core/modules/breakpoint/src/Breakpoint.php Returns the multipliers.
Breakpoint::getProvider function core/modules/breakpoint/src/Breakpoint.php Returns the provider.
Breakpoint::getWeight function core/modules/breakpoint/src/Breakpoint.php Returns the weight.
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 Modules to install.
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 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().
BreakpointManager::$instances property core/modules/breakpoint/src/BreakpointManager.php The plugin instances.
BreakpointManager::$themeHandler property core/modules/breakpoint/src/BreakpointManager.php The theme handler.

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