| BlockHtmlTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
The theme to install as the default for testing. |
| BlockHtmlTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
Modules to install. |
| BlockHtmlTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
|
| BlockHtmlTest::testHtml |
function |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
Tests for valid HTML for a block. |
| BlockInstallTest |
class |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
Tests block module's installation. |
| BlockInstallTest.php |
file |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
|
| BlockInstallTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
The theme to install as the default for testing. |
| BlockInstallTest::testCacheTagInvalidationUponInstallation |
function |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
|
| BlockInterfaceTest |
class |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
Tests that the block plugin can work properly without a supporting entity. |
| BlockInterfaceTest.php |
file |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
|
| BlockInterfaceTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
Modules to enable. |
| BlockInterfaceTest::testBlockInterface |
function |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
Tests configuration and subsequent form() and build() method calls. |
| BlockInvalidRegionTest |
class |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
Tests that blocks assigned to invalid regions are disabled with a warning. |
| BlockInvalidRegionTest.php |
file |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
|
| BlockInvalidRegionTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
The theme to install as the default for testing. |
| BlockInvalidRegionTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
Modules to install. |
| BlockInvalidRegionTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
|
| BlockInvalidRegionTest::testBlockInInvalidRegion |
function |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
Tests that blocks assigned to invalid regions work correctly. |
| BlockJsonAnonTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
@group rest |
| BlockJsonAnonTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
|
| BlockJsonAnonTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
The theme to install as the default for testing. |
| BlockJsonAnonTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
The format to use in this test. |
| BlockJsonAnonTest::$mimeType |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
The MIME type that corresponds to $format. |
| BlockJsonBasicAuthTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
@group rest |
| BlockJsonBasicAuthTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonBasicAuthTest::$auth |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| BlockJsonBasicAuthTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| BlockJsonBasicAuthTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
The format to use in this test. |
| BlockJsonBasicAuthTest::$mimeType |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| BlockJsonBasicAuthTest::$modules |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
Modules to install. |
| BlockJsonCookieTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
@group rest |
| BlockJsonCookieTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
|
| BlockJsonCookieTest::$auth |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
The authentication mechanism to use in this test. |
| BlockJsonCookieTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
The theme to install as the default for testing. |
| BlockJsonCookieTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
The format to use in this test. |
| BlockJsonCookieTest::$mimeType |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
The MIME type that corresponds to $format. |
| BlockLanguageCacheTest |
class |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
Tests display of menu blocks with multiple languages. |
| BlockLanguageCacheTest.php |
file |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
|
| BlockLanguageCacheTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
The theme to install as the default for testing. |
| BlockLanguageCacheTest::$langcodes |
property |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
List of langcodes. |
| BlockLanguageCacheTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
Modules to install. |
| BlockLanguageCacheTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
|
| BlockLanguageCacheTest::testBlockLinks |
function |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
Creates a block in a language, check blocks page in all languages. |
| BlockLanguageTest |
class |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests per-language block configuration. |
| BlockLanguageTest.php |
file |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
|
| BlockLanguageTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
An administrative user to configure the test environment. |
| BlockLanguageTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
The theme to install as the default for testing. |
| BlockLanguageTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Modules to install. |
| BlockLanguageTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
|
| BlockLanguageTest::testLanguageBlockVisibility |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests the visibility settings for the blocks based on language. |