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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockPluginTrait::buildConfigurationForm | function | core/ |
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements. |
BlockRebuildTest | class | core/ |
Tests block_rebuild(). |
BlockRebuildTest.php | file | core/ |
|
BlockRebuildTest::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
BlockRebuildTest::$modules | property | core/ |
Modules to install. |
BlockRebuildTest::setUp | function | core/ |
|
BlockRebuildTest::testRebuildInvalidBlocks | function | core/ |
@covers \Drupal\block\Hook\BlockHooks::rebuild[[api-linebreak]] |
BlockRebuildTest::testRebuildNoBlocks | function | core/ |
@covers \Drupal\block\Hook\BlockHooks::rebuild[[api-linebreak]] |
BlockRebuildTest::testRebuildNoInvalidBlocks | function | core/ |
@covers \Drupal\block\Hook\BlockHooks::rebuild[[api-linebreak]] |
BlockTest::testBuildNoOverride | function | core/ |
Tests the build method with no overriding. |
BlockTest::testBuildOverride | function | core/ |
Tests the build method with overriding items per page. |
BlockTestHooks::blockBuildTestCacheAlter | function | core/ |
Implements hook_block_build_BASE_BLOCK_ID_alter(). |
BlockViewBuilder | class | core/ |
Provides a Block view builder. |
BlockViewBuilder.php | file | core/ |
|
BlockViewBuilder::buildComponents | function | core/ |
|
BlockViewBuilder::buildPreRenderableBlock | function | core/ |
Builds a #pre_render-able block render array. |
BlockViewBuilder::lazyBuilder | function | core/ |
Render API callback: Builds a block that can be pre-rendered. |
BlockViewBuilder::preRender | function | core/ |
Render API callback: Builds a block. |
BlockViewBuilder::trustedCallbacks | function | core/ |
|
BlockViewBuilder::view | function | core/ |
|
BlockViewBuilder::viewMultiple | function | core/ |
|
BlockViewBuilderTest | class | core/ |
Tests the block view builder. |
BlockViewBuilderTest.php | file | core/ |
|
BlockViewBuilderTest::$block | property | core/ |
The block being tested. |
BlockViewBuilderTest::$controller | property | core/ |
The block storage. |
BlockViewBuilderTest::$modules | property | core/ |
|
BlockViewBuilderTest::$renderer | property | core/ |
The renderer. |
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability | function | core/ |
Asserts that a block is built/rendered/cached with expected cacheability. |
BlockViewBuilderTest::getBlockRenderArray | function | core/ |
Get a fully built render array for a block. |
BlockViewBuilderTest::setUp | function | core/ |
|
BlockViewBuilderTest::testBasicRendering | function | core/ |
Tests the rendering of blocks. |
BlockViewBuilderTest::testBlockViewBuilderBuildAlter | function | core/ |
Tests block build altering. |
BlockViewBuilderTest::testBlockViewBuilderCache | function | core/ |
Tests block render cache handling. |
BlockViewBuilderTest::testBlockViewBuilderCacheTitleBlock | function | core/ |
Tests title block render cache handling. |
BlockViewBuilderTest::testBlockViewBuilderViewAlter | function | core/ |
Tests block view altering. |
BlockViewBuilderTest::testEmptyRender | function | core/ |
Tests rendering a block plugin that returns an empty array. |
BlockViewBuilderTest::verifyRenderCacheHandling | function | core/ |
Verifies render cache handling of the block being tested. |
Boolean::buildOptionsForm | function | core/ |
|
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. |
BreadcrumbManager::$builders | property | core/ |
Holds arrays of breadcrumb builders, keyed by priority. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::addBuilder | function | core/ |
|
BreadcrumbManager::build | function | core/ |
|
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
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. |
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.