Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BreadcrumbManagerTest::$container property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The dependency injection container.
BreadcrumbManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The mocked module handler.
BreadcrumbManagerTest::setUp function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests a breadcrumb builder with a bad return value.
BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builder with different priority.
BreadcrumbManagerTest::testBuildWithOneNotApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builders of which one returns NULL.
BreadcrumbManagerTest::testBuildWithoutBuilder function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests the breadcrumb manager without any set breadcrumb.
BreadcrumbManagerTest::testBuildWithSingleBuilder function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests the build method with a single breadcrumb builder.
breadcrumbs.css file core/profiles/demo_umami/themes/umami/css/components/navigation/breadcrumbs/breadcrumbs.css This file is used to style the breadcrumbs.
BreadcrumbTest class core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Tests breadcrumbs functionality.
BreadcrumbTest class core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php @coversDefaultClass \Drupal\Core\Breadcrumb\Breadcrumb[[api-linebreak]]
@group Breadcrumb
BreadcrumbTest.php file core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php
BreadcrumbTest.php file core/modules/system/tests/src/Functional/Menu/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::$tempStore property core/modules/views_ui/src/Form/BreakLockForm.php Stores the shared tempstore.
BreakLockForm::getDescription function core/modules/views_ui/src/Form/BreakLockForm.php Returns additional text to display as a description.
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::__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 Returns the multipliers.
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.
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 A set of defaults to be referenced by $this->processDefinition().
BreakpointManager::$instances property core/modules/breakpoint/src/BreakpointManager.php The plugin instances.
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::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::getBreakpointsByGroup function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets breakpoints for the specified group.

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