Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests Drupal\Core\Breadcrumb\BreadcrumbManager. |
| 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. |
| BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders | function | core/ |
Tests multiple breadcrumb builder with different priority. |
| BreadcrumbManagerTest::testBuildWithOneNotApplyingBuilders | function | core/ |
Tests multiple breadcrumb builders of which one returns NULL. |
| BreadcrumbManagerTest::testBuildWithoutBuilder | function | core/ |
Tests the breadcrumb manager without any set breadcrumb. |
| BreadcrumbManagerTest::testBuildWithSingleBuilder | function | core/ |
Tests the build method with a single breadcrumb builder. |
| BreadcrumbPreprocess | class | core/ |
Breadcrumb theme preprocess. |
| BreadcrumbPreprocess.php | file | core/ |
|
| BreadcrumbPreprocess::preprocessBreadcrumb | function | core/ |
Prepares variables for breadcrumb templates. |
| breadcrumbs.css | file | core/ |
This file is used to style the breadcrumbs. |
| BreadcrumbTest | class | core/ |
Tests Drupal\Core\Breadcrumb\Breadcrumb. |
| BreadcrumbTest | class | core/ |
Tests breadcrumbs functionality. |
| BreadcrumbTest.php | file | core/ |
|
| BreadcrumbTest.php | file | core/ |
|
| BreadcrumbTest::$adminUser | property | core/ |
An administrative user. |
| BreadcrumbTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BreadcrumbTest::$modules | property | core/ |
Modules to install. |
| BreadcrumbTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| BreadcrumbTest::$webUser | property | core/ |
A regular user. |
| BreadcrumbTest::setUp | function | core/ |
|
| BreadcrumbTest::testAssertBreadcrumbTrait | function | core/ |
Tests AssertBreadcrumbTrait works as expected. |
| BreadcrumbTest::testBreadCrumbs | function | core/ |
Tests breadcrumbs on node and administrative paths. |
| BreadcrumbTest::testSetLinks | function | core/ |
Tests set links. |
| BreakLockForm | class | core/ |
Builds the form to break the lock of an edited view. |
| BreakLockForm.php | file | core/ |
|
| BreakLockForm::$entityTypeManager | property | core/ |
Stores the entity type manager. |
| BreakLockForm::$tempStore | property | core/ |
Stores the shared tempstore. |
| BreakLockForm::buildForm | function | core/ |
Form constructor. |
| BreakLockForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| BreakLockForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| BreakLockForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| BreakLockForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| BreakLockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| BreakLockForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| BreakLockForm::submitForm | function | core/ |
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/ |
Constructs a \Drupal\views_ui\Form\BreakLockForm object. |
| BreakLockLink | class | core/ |
Provides a link to break a tempstore lock. |
| BreakLockLink.php | file | core/ |
Pagination
- Previous page
- Page 130
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.