Search for breadcrumb
- Search 7.x for breadcrumb
- Search 8.9.x for breadcrumb
- Search 10.3.x for breadcrumb
- Search 11.x for breadcrumb
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| breadcrumb | service | core/ |
Drupal\Core\Breadcrumb\BreadcrumbManager |
| Breadcrumb | class | core/ |
Used to return generated breadcrumbs with associated cacheability metadata. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathBasedBreadcrumbBuilder::$router | property | core/ |
The dynamic router service. |
| PathBasedBreadcrumbBuilder::$titleResolver | property | core/ |
The title resolver. |
| PathBasedBreadcrumbBuilder::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
| PathBasedBreadcrumbBuilder::build | function | core/ |
Builds the breadcrumb. |
| PathBasedBreadcrumbBuilder::getRequestForPath | function | core/ |
Matches a path in the router. |
| PathBasedBreadcrumbBuilder::__construct | function | core/ |
Constructs the PathBasedBreadcrumbBuilder. |
| PathBasedBreadcrumbBuilderTest | class | core/ |
@coversDefaultClass \Drupal\system\PathBasedBreadcrumbBuilder[[api-linebreak]] @group system |
| PathBasedBreadcrumbBuilderTest.php | file | core/ |
Contains \Drupal\Tests\system\Unit\Breadcrumbs\PathBasedBreadcrumbBuilderTest. |
| PathBasedBreadcrumbBuilderTest::$accessManager | property | core/ |
The mocked access manager. |
| PathBasedBreadcrumbBuilderTest::$builder | property | core/ |
The path based breadcrumb builder object to test. |
| PathBasedBreadcrumbBuilderTest::$context | property | core/ |
The mocked route request context. |
| PathBasedBreadcrumbBuilderTest::$currentPath | property | core/ |
The mocked current path. |
| PathBasedBreadcrumbBuilderTest::$currentUser | property | core/ |
The mocked current user. |
| PathBasedBreadcrumbBuilderTest::$pathMatcher | property | core/ |
The mocked path matcher service. |
| PathBasedBreadcrumbBuilderTest::$pathProcessor | property | core/ |
The mocked path processor. |
| PathBasedBreadcrumbBuilderTest::$requestMatcher | property | core/ |
The request matching mock object. |
| PathBasedBreadcrumbBuilderTest::$titleResolver | property | core/ |
The mocked title resolver. |
| PathBasedBreadcrumbBuilderTest::providerTestBuildWithException | function | core/ |
Provides exception types for testBuildWithException. |
| PathBasedBreadcrumbBuilderTest::setUp | function | core/ |
@covers ::__construct[[api-linebreak]] |
| PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow | function | core/ |
Setup the access manager to always allow access to routes. |
| PathBasedBreadcrumbBuilderTest::setupStubPathProcessor | function | core/ |
|
| PathBasedBreadcrumbBuilderTest::testApplies | function | core/ |
Tests the applied method. |
| PathBasedBreadcrumbBuilderTest::testBuildOnFrontpage | function | core/ |
Tests the build method on the frontpage. |
| PathBasedBreadcrumbBuilderTest::testBuildWithException | function | core/ |
Tests that exceptions during request matching are caught. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath | function | core/ |
Tests the build method with a non processed path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithOnePathElement | function | core/ |
Tests the build method with one path element. |
| PathBasedBreadcrumbBuilderTest::testBuildWithThreePathElements | function | core/ |
Tests the build method with three path elements. |
| PathBasedBreadcrumbBuilderTest::testBuildWithTwoPathElements | function | core/ |
Tests the build method with two path elements. |
| PathBasedBreadcrumbBuilderTest::testBuildWithUserPath | function | core/ |
Tests the breadcrumb for a user path. |
| region--breadcrumb.html.twig | file | core/ |
Olivero's theme override to display the breadcrumb region. |
| region--breadcrumb.html.twig | file | core/ |
Theme override to display a breadcrumb region. |
| system.breadcrumb.default | service | core/ |
Drupal\system\PathBasedBreadcrumbBuilder |
| SystemBreadcrumbBlock | class | core/ |
Provides a block to display the breadcrumbs. |
| SystemBreadcrumbBlock.php | file | core/ |
|
| SystemBreadcrumbBlock::$breadcrumbManager | property | core/ |
The breadcrumb manager. |
| SystemBreadcrumbBlock::$routeMatch | property | core/ |
The current route match. |
| SystemBreadcrumbBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| SystemBreadcrumbBlock::create | function | core/ |
Creates an instance of the plugin. |
| SystemBreadcrumbBlock::__construct | function | core/ |
Constructs a new SystemBreadcrumbBlock object. |
| taxonomy_term.breadcrumb | service | core/ |
Drupal\taxonomy\TermBreadcrumbBuilder |
| template_preprocess_breadcrumb | function | core/ |
Prepares variables for breadcrumb templates. |
| TermBreadcrumbBuilder | class | core/ |
Provides a custom taxonomy breadcrumb builder that uses the term hierarchy. |
| TermBreadcrumbBuilder.php | file | core/ |
|
| TermBreadcrumbBuilder::$entityRepository | property | core/ |
The entity repository manager. |
| TermBreadcrumbBuilder::$entityTypeManager | property | core/ |
The entity type manager. |
| TermBreadcrumbBuilder::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
| TermBreadcrumbBuilder::build | function | core/ |
Builds the breadcrumb. |
| TermBreadcrumbBuilder::__construct | function | core/ |
Constructs the TermBreadcrumbBuilder. |
| TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs | function | core/ |
Tests that there is a link to the parent term on the child term page. |
| TermTest::testTermBreadcrumbs | function | core/ |
Check the breadcrumb on edit and delete a term page. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.