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
BreadcrumbTest.php file core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
BreadcrumbTest.php file core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php
BreadcrumbTest::$adminUser property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php An administrative user.
BreadcrumbTest::$modules property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Modules to enable.
BreadcrumbTest::$profile property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Test paths in the Standard profile.
BreadcrumbTest::$webUser property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php A regular user.
BreadcrumbTest::setUp function core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
BreadcrumbTest::testAssertBreadcrumbTrait function core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Tests AssertBreadcrumbTrait works as expected.
BreadcrumbTest::testBreadCrumbs function core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Tests breadcrumbs on node and administrative paths.
BreadcrumbTest::testSetLinks function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php @covers ::setLinks[[api-linebreak]]
BreakLockForm class core/modules/views_ui/src/Form/BreakLockForm.php Builds the form to break the lock of an edited view.
BreakLockForm.php file core/modules/views_ui/src/Form/BreakLockForm.php
BreakLockForm::$deprecatedProperties property core/modules/views_ui/src/Form/BreakLockForm.php
BreakLockForm::$entityTypeManager property core/modules/views_ui/src/Form/BreakLockForm.php Stores the entity type manager.
BreakLockForm::$tempStore property core/modules/views_ui/src/Form/BreakLockForm.php Stores the shared tempstore.
BreakLockForm::buildForm function core/modules/views_ui/src/Form/BreakLockForm.php Form constructor.
BreakLockForm::create function core/modules/views_ui/src/Form/BreakLockForm.php Instantiates a new instance of this class.
BreakLockForm::getCancelUrl function core/modules/views_ui/src/Form/BreakLockForm.php Returns the route to go to if the user cancels the action.
BreakLockForm::getConfirmText function core/modules/views_ui/src/Form/BreakLockForm.php Returns a caption for the button that confirms the action.
BreakLockForm::getDescription function core/modules/views_ui/src/Form/BreakLockForm.php Returns additional text to display as a description.
BreakLockForm::getFormId function core/modules/views_ui/src/Form/BreakLockForm.php Returns a unique string identifying the form.
BreakLockForm::getQuestion function core/modules/views_ui/src/Form/BreakLockForm.php Returns the question to ask the user.
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 Creates an instance of the plugin.
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.module file core/modules/breakpoint/breakpoint.module Manage breakpoints and breakpoint groups for responsive designs.
breakpoint.overview.html.twig file core/modules/help_topics/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

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