Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Search 11.x for build
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PageContext::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| PageContextTest::testBuildContentModerationNoPending | function | core/ |
Tests content moderation build output with no pending revisions. |
| PageContextTest::testBuildContentModerationWithPendingActive | function | core/ |
Tests the content moderation build when is active with a pending entity. |
| PageContextTest::testBuildEntityLabel | function | core/ |
Tests the build of an entity label within the page context plugin. |
| PageContextTest::testBuildStatusBadge | function | core/ |
Tests the status badge for published and unpublished entities. |
| PageContextTest::testBuildWhenNoEntityOnRoute | function | core/ |
Tests the build method when no entity is present on the route. |
| PagerTestController::buildTestTable | function | core/ |
Builds a render array for a multi-page test table. |
| PageTest::testBuildBasicRenderable | function | core/ |
Tests build basic renderable. |
| PageTest::testBuildBasicRenderableWithMissingRoute | function | core/ |
Tests build basic renderable with missing route. |
| PageTitleBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| PathAliasListBuilder | class | core/ |
Defines a class to build a listing of path_alias entities. |
| PathAliasListBuilder.php | file | core/ |
|
| PathAliasListBuilder::$aliasManager | property | core/ |
The path alias manager. |
| PathAliasListBuilder::$currentRequest | property | core/ |
The current request. |
| PathAliasListBuilder::$formBuilder | property | core/ |
The form builder. |
| PathAliasListBuilder::$languageManager | property | core/ |
The language manager. |
| PathAliasListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| PathAliasListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| PathAliasListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| PathAliasListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
| PathAliasListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| PathAliasListBuilder::__construct | function | core/ |
Constructs a new PathAliasListBuilder object. |
| PathBasedBreadcrumbBuilder | class | core/ |
Defines a class to build path-based breadcrumbs. |
| PathBasedBreadcrumbBuilder.php | file | core/ |
|
| PathBasedBreadcrumbBuilder::$config | property | core/ |
Site config object. |
| PathBasedBreadcrumbBuilder::$pathMatcher | property | core/ |
The patch matcher service. |
| 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/ |
|
| PathBasedBreadcrumbBuilderTest | class | core/ |
Tests Drupal\system\PathBasedBreadcrumbBuilder. |
| PathBasedBreadcrumbBuilderTest.php | file | core/ |
|
| 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::$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/ |
@legacy-covers ::__construct |
| PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow | function | core/ |
Setup the access manager to always allow access to routes. |
| PathBasedBreadcrumbBuilderTest::setupStubPathProcessor | function | core/ |
Prepares the mock processInbound() method. |
| 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::testBuildWithInvalidPath | function | core/ |
Tests the build method with an invalid path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath | function | core/ |
Tests the build method with a non processed path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNullTitle | function | core/ |
Tests the build method with a NULL title route. |
| PathBasedBreadcrumbBuilderTest::testBuildWithOnePathElement | function | core/ |
Tests the build method with one path element. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.