| BlockValidationTest::setLabel |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
|
| BlockValidationTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
|
| BlockValidationTest::testInvalidPluginId |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validating a block with an unknown plugin ID. |
| BlockValidationTest::testLabelValidation |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
|
| BlockValidationTest::testMenuBlockLevelAndDepth |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validating menu block `level` and `depth` settings. |
| BlockValidationTest::testRegionValidation |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validating a block's region in a theme. |
| BlockValidationTest::testRequiredPropertyValuesMissing |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
|
| BlockValidationTest::testThemeValidation |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validating a block with a non-existent theme. |
| BlockValidationTest::testWeightValidation |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validating weight. |
| BlockViewBuilder |
class |
core/modules/block/src/BlockViewBuilder.php |
Provides a Block view builder. |
| BlockViewBuilder.php |
file |
core/modules/block/src/BlockViewBuilder.php |
|
| BlockViewBuilder::buildComponents |
function |
core/modules/block/src/BlockViewBuilder.php |
|
| BlockViewBuilder::buildPreRenderableBlock |
function |
core/modules/block/src/BlockViewBuilder.php |
Builds a #pre_render-able block render array. |
| BlockViewBuilder::getCacheTags |
function |
core/modules/block/src/BlockViewBuilder.php |
|
| BlockViewBuilder::lazyBuilder |
function |
core/modules/block/src/BlockViewBuilder.php |
Render API callback: Builds a block that can be pre-rendered. |
| BlockViewBuilder::preRender |
function |
core/modules/block/src/BlockViewBuilder.php |
Render API callback: Builds a block. |
| BlockViewBuilder::trustedCallbacks |
function |
core/modules/block/src/BlockViewBuilder.php |
|
| BlockViewBuilder::view |
function |
core/modules/block/src/BlockViewBuilder.php |
|
| BlockViewBuilder::viewMultiple |
function |
core/modules/block/src/BlockViewBuilder.php |
|
| BlockViewBuilderTest |
class |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests the block view builder. |
| BlockViewBuilderTest.php |
file |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
|
| BlockViewBuilderTest::$block |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
The block being tested. |
| BlockViewBuilderTest::$controller |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
The block storage. |
| BlockViewBuilderTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
|
| BlockViewBuilderTest::$renderer |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
The renderer. |
| BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Asserts that a block is built/rendered/cached with expected cacheability. |
| BlockViewBuilderTest::getBlockRenderArray |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Get a fully built render array for a block. |
| BlockViewBuilderTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
|
| BlockViewBuilderTest::testBasicRendering |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests the rendering of blocks. |
| BlockViewBuilderTest::testBlockViewBuilderBuildAlter |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block build altering. |
| BlockViewBuilderTest::testBlockViewBuilderCache |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block render cache handling. |
| BlockViewBuilderTest::testBlockViewBuilderCacheOptional |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block render cache handling of cache-optional blocks. |
| BlockViewBuilderTest::testBlockViewBuilderCacheTitleBlock |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests title block render cache handling. |
| BlockViewBuilderTest::testBlockViewBuilderViewAlter |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block view altering. |
| BlockViewBuilderTest::testEmptyRender |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests rendering a block plugin that returns an empty array. |
| BlockViewBuilderTest::verifyRenderCacheHandling |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Verifies render cache handling of the block being tested. |
| BlockVisibility |
class |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
Determines the visibility for a block. |
| BlockVisibility.php |
file |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
|
| BlockVisibility::$migrateLookup |
property |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
The migrate lookup service. |
| BlockVisibility::$moduleHandler |
property |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
The module handler. |
| BlockVisibility::$skipPHP |
property |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
Whether or not to skip blocks that use PHP for visibility. |
| BlockVisibility::transform |
function |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
Performs the associated process. |
| BlockVisibility::__construct |
function |
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php |
Constructs a BlockVisibility object. |
| BlockVisibilityTest |
class |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
Tests the block_visibility process plugin. |
| BlockVisibilityTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
|
| BlockVisibilityTest::$moduleHandler |
property |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
The module handler. |
| BlockVisibilityTest::setUp |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
|
| BlockVisibilityTest::testTransformException |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
Tests transform exception. |
| BlockVisibilityTest::testTransformMultiplePagesWithFront |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
Tests transform multiple pages with front. |
| BlockVisibilityTest::testTransformNoData |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
Tests transform no data. |