Search for breadcrumb
- Search 7.x for breadcrumb
- Search 9.5.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 |
---|---|---|---|
breadcrumb.html.twig | file | core/ |
Theme override for a breadcrumb trail. |
breadcrumb.html.twig | file | core/ |
Theme override for a breadcrumb trail. |
breadcrumb.html.twig | file | core/ |
Theme override for a breadcrumb trail. |
breadcrumb.html.twig | file | core/ |
Theme override for a breadcrumb trail. |
breadcrumb.html.twig | file | core/ |
Theme override for a breadcrumb trail. |
breadcrumb.html.twig | file | core/ |
Theme override for a breadcrumb trail. |
breadcrumb.html.twig | file | core/ |
Default theme implementation for a breadcrumb trail. |
breadcrumb.pcss.css | file | core/ |
Breadcrumbs. |
breadcrumb.pcss.css | file | core/ |
Breadcrumb region. |
Breadcrumb.php | file | core/ |
|
Breadcrumb404Test | class | core/ |
Tests the breadcrumb of 404 pages. |
Breadcrumb404Test.php | file | core/ |
|
Breadcrumb404Test::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Breadcrumb404Test::$modules | property | core/ |
Modules to enable. |
Breadcrumb404Test::getBreadcrumbCacheEntries | function | core/ |
Gets the breadcrumb cache entries. |
Breadcrumb404Test::testBreadcrumbOn404Pages | function | core/ |
Tests that different 404s don't create unnecessary cache entries. |
Breadcrumb::$links | property | core/ |
An ordered list of links for the breadcrumb. |
Breadcrumb::addLink | function | core/ |
Appends a link to the end of the ordered list of breadcrumb links. |
Breadcrumb::getLinks | function | core/ |
Gets the breadcrumb links. |
Breadcrumb::setLinks | function | core/ |
Sets the breadcrumb links. |
Breadcrumb::toRenderable | function | core/ |
Returns a render array representation of the object. |
BreadcrumbBuilderInterface | interface | core/ |
Defines an interface for classes that build breadcrumbs. |
BreadcrumbBuilderInterface.php | file | core/ |
|
BreadcrumbBuilderInterface::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbBuilderInterface::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbFrontCacheContextsTest | class | core/ |
Tests breadcrumbs functionality. |
BreadcrumbFrontCacheContextsTest.php | file | core/ |
|
BreadcrumbFrontCacheContextsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BreadcrumbFrontCacheContextsTest::$modules | property | core/ |
Modules to enable. |
BreadcrumbFrontCacheContextsTest::$nodeWithAlias | property | core/ |
A test node with path alias. |
BreadcrumbFrontCacheContextsTest::setUp | function | core/ |
|
BreadcrumbFrontCacheContextsTest::testBreadcrumbsFrontPageCache | function | core/ |
Validate that breadcrumb markup get the right cache contexts. |
BreadcrumbManager | class | core/ |
Provides a breadcrumb manager. |
BreadcrumbManager.php | file | core/ |
|
BreadcrumbManager::$builders | property | core/ |
Holds arrays of breadcrumb builders, keyed by priority. |
BreadcrumbManager::$moduleHandler | property | core/ |
The module handler to invoke the alter hook. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::addBuilder | function | core/ |
Adds another breadcrumb builder. |
BreadcrumbManager::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbManager::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
BreadcrumbManager::__construct | function | core/ |
Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object. |
BreadcrumbManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Breadcrumb\BreadcrumbManager @group Breadcrumb |
BreadcrumbManagerTest.php | file | core/ |
|
BreadcrumbManagerTest::$breadcrumb | property | core/ |
The breadcrumb object. |
BreadcrumbManagerTest::$breadcrumbManager | property | core/ |
The tested breadcrumb manager. |
BreadcrumbManagerTest::$container | property | core/ |
The dependency injection container. |
BreadcrumbManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
BreadcrumbManagerTest::setUp | function | core/ |
|
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult | function | core/ |
Tests a breadcrumb builder with a bad return value. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.