Search for block
- Search 7.x for block
- Search 9.5.x for block
- Search 8.9.x for block
- Search 10.3.x for block
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Block | class | core/ |
The plugin that handles a block. |
Block | class | core/ |
Defines a Block configuration entity class. |
Block | class | core/ |
Drupal 6/7 block source from database. |
Block | class | core/ |
The Block attribute. |
Block | class | core/ |
Defines a Block annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
BlockValidationTest::testMenuBlockLevelAndDepth | function | core/ |
Tests validating menu block `level` and `depth` settings. |
BlockValidationTest::testRegionValidation | function | core/ |
Tests validating a block's region in a theme. |
BlockValidationTest::testRequiredPropertyValuesMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
BlockValidationTest::testThemeValidation | function | core/ |
Tests validating a block with a non-existent theme. |
BlockValidationTest::testWeightCannotBeNull | function | core/ |
@group legacy |
BlockValidationTest::testWeightValidation | function | core/ |
Tests validating weight. |
BlockViewBuilder | class | core/ |
Provides a Block view builder. |
BlockViewBuilder.php | file | core/ |
|
BlockViewBuilder::buildComponents | function | core/ |
Builds the component fields and properties of a set of entities. |
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/ |
Lists the trusted callbacks provided by the implementing class. |
BlockViewBuilder::view | function | core/ |
Builds the render array for the provided entity. |
BlockViewBuilder::viewMultiple | function | core/ |
Builds the render array for the provided entities. |
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/ |
Modules to install. |
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. |
BlockVisibility | class | core/ |
Determines the visibility for a block. |
BlockVisibility.php | file | core/ |
|
BlockVisibility::$migrateLookup | property | core/ |
The migrate lookup service. |
BlockVisibility::$moduleHandler | property | core/ |
The module handler. |
BlockVisibility::$skipPHP | property | core/ |
Whether or not to skip blocks that use PHP for visibility. |
BlockVisibility::create | function | core/ |
Creates an instance of the plugin. |
BlockVisibility::transform | function | core/ |
Performs the associated process. |
BlockVisibility::__construct | function | core/ |
Constructs a BlockVisibility object. |
BlockVisibilityTest | class | core/ |
Tests the block_visibility process plugin. |
BlockVisibilityTest.php | file | core/ |
|
BlockVisibilityTest::$moduleHandler | property | core/ |
The module handler. |
BlockVisibilityTest::setUp | function | core/ |
|
BlockVisibilityTest::testTransformException | function | core/ |
@covers ::transform[[api-linebreak]] |
BlockVisibilityTest::testTransformMultiplePagesWithFront | function | core/ |
@covers ::transform[[api-linebreak]] |
BlockVisibilityTest::testTransformNoData | function | core/ |
@covers ::transform[[api-linebreak]] |
BlockVisibilityTest::testTransformPhpDisabled | function | core/ |
@covers ::transform[[api-linebreak]] |
BlockVisibilityTest::testTransformPhpEnabled | function | core/ |
@covers ::transform[[api-linebreak]] |
BlockVisibilityTest::testTransformSinglePageWithFront | function | core/ |
@covers ::transform[[api-linebreak]] |
BlockWeightUpdateTest | class | core/ |
@covers block_post_update_make_weight_integer[[api-linebreak]] @group block |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.