| BlockTest::testHideBlockTitle |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Test block title display settings. |
| BlockTest::testThemeAdminLink |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests that a link exists to block layout from the appearance form. |
| BlockTest::testThemeName |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Test block display of theme titles. |
| BlockTest::testUninstallTheme |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests that uninstalling a theme removes its block configuration. |
| BlockTestBase |
class |
core/modules/block/tests/src/Functional/BlockTestBase.php |
Provides setup and helper methods for block module tests. |
| BlockTestBase |
class |
core/modules/block/src/Tests/BlockTestBase.php |
Provides setup and helper methods for block module tests. |
| BlockTestBase.php |
file |
core/modules/block/src/Tests/BlockTestBase.php |
|
| BlockTestBase.php |
file |
core/modules/block/tests/src/Functional/BlockTestBase.php |
|
| BlockTestBase::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockTestBase.php |
A test user with administrative privileges. |
| BlockTestBase::$adminUser |
property |
core/modules/block/src/Tests/BlockTestBase.php |
A test user with administrative privileges. |
| BlockTestBase::$modules |
property |
core/modules/block/src/Tests/BlockTestBase.php |
Modules to install. |
| BlockTestBase::$modules |
property |
core/modules/block/tests/src/Functional/BlockTestBase.php |
Modules to install. |
| BlockTestBase::$regions |
property |
core/modules/block/tests/src/Functional/BlockTestBase.php |
A list of theme regions to test. |
| BlockTestBase::$regions |
property |
core/modules/block/src/Tests/BlockTestBase.php |
A list of theme regions to test. |
| BlockTestBase::setUp |
function |
core/modules/block/src/Tests/BlockTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
| BlockTestBase::setUp |
function |
core/modules/block/tests/src/Functional/BlockTestBase.php |
|
| BlockTranslationTest |
class |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
Tests i18n block source plugin. |
| BlockTranslationTest |
class |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
Tests i18n block source plugin. |
| BlockTranslationTest.php |
file |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
|
| BlockTranslationTest.php |
file |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
|
| BlockTranslationTest::$modules |
property |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
Modules to enable. |
| BlockTranslationTest::$modules |
property |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
Modules to enable. |
| BlockTranslationTest::providerSource |
function |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
The data provider. |
| BlockTranslationTest::providerSource |
function |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
The data provider. |
| BlockUiTest |
class |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the block configuration UI exists and stores data correctly. |
| BlockUiTest.php |
file |
core/modules/block/tests/src/Functional/BlockUiTest.php |
|
| BlockUiTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
An administrative user to configure the test environment. |
| BlockUiTest::$blocks |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
The block entities used by this test. |
| 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 |
Test block admin page exists and functions correctly. |
| BlockUiTest::testBlockDemoUiPage |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Test 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::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. |
| 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. |