BlockUiTest::$blockValues |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
The submitted block values used by this test. |
BlockUiTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
The theme to install as the default for testing. |
BlockUiTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Modules to install. |
BlockUiTest::$regions |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
|
BlockUiTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
|
BlockUiTest::testBlockAdminUiPage |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests block admin page exists and functions correctly. |
BlockUiTest::testBlockDemoUiPage |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests block demo page exists and functions correctly. |
BlockUiTest::testBlockPlacementIndicator |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the block placement indicator. |
BlockUiTest::testBlockValidateErrors |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests if validation errors are passed plugin form to the parent form. |
BlockUiTest::testBrokenBlockVisibility |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that users without permission are not able to view broken blocks. |
BlockUiTest::testCandidateBlockList |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the block categories on the listing page. |
BlockUiTest::testContextAwareBlocks |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the behavior of context-aware blocks. |
BlockUiTest::testContextAwareUnsatisfiedBlocks |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the behavior of unsatisfied context-aware blocks. |
BlockUiTest::testMachineNameSuggestion |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the BlockForm populates machine name correctly. |
BlockUiTest::testRouteProtection |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the enable/disable routes are protected from CSRF. |
BlockValidationTest |
class |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validation of block entities. |
BlockValidationTest.php |
file |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
|
BlockValidationTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Modules to install. |
BlockValidationTest::providerInvalidMachineNameCharacters |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Block names are atypical in that they allow periods in the machine name. |
BlockValidationTest::setLabel |
function |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Sets the label of the given config entity. |
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 |
Tests validation of config entity's label. |
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 |
Modules to install. |
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::testBlockViewBuilderViewAlter |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block view altering. |
BlockViewBuilderTest::verifyRenderCacheHandling |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Verifies render cache handling of the block being tested. |
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 |
@covers ::transform |
BlockVisibilityTest::testTransformMultiplePagesWithFront |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
@covers ::transform |
BlockVisibilityTest::testTransformNoData |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
@covers ::transform |
BlockVisibilityTest::testTransformPhpDisabled |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
@covers ::transform |
BlockVisibilityTest::testTransformPhpEnabled |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
@covers ::transform |
BlockVisibilityTest::testTransformSinglePageWithFront |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php |
@covers ::transform |
BlockXmlAnonTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php |
@group rest |
BlockXmlAnonTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php |
|
BlockXmlAnonTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php |
The theme to install as the default for testing. |