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 |
Tests Block Json Cookie. |
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. |
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests if the visibility settings are removed if the language is deleted. |
BlockLanguageTest::testMultipleLanguageTypes |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests block language visibility with different language types. |
BlockLocalTasksTest |
class |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Tests block local tasks. |
BlockLocalTasksTest.php |
file |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
|
BlockLocalTasksTest::providerTestBlockAdminDisplay |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Provides a list of routes to test. |
BlockLocalTasksTest::setUp |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
|
BlockLocalTasksTest::testBlockAdminDisplay |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Tests the block admin display local tasks. |
BlockLocalTasksTest::testBlockAdminLocalTasks |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Tests the admin edit local task. |
BlockManagerTest |
class |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests Drupal\Core\Block\BlockManager. |
BlockManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
|
BlockManagerTest::$blockManager |
property |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
The block manager under test. |
BlockManagerTest::$logger |
property |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
The logger. |
BlockManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
|
BlockManagerTest::testDefinitions |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests definitions. |
BlockManagerTest::testGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests grouped definitions. |
BlockManagerTest::testHandlePluginNotFound |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests handle plugin not found. |
BlockManagerTest::testSortedDefinitions |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests sorted definitions. |
BlockPageVariantTest |
class |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Tests Drupal\block\Plugin\DisplayVariant\BlockPageVariant. |
BlockPageVariantTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
|
BlockPageVariantTest::$blockRepository |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The block repository. |
BlockPageVariantTest::$blockViewBuilder |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The block view builder. |
BlockPageVariantTest::$contextHandler |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The plugin context handler. |
BlockPageVariantTest::providerBuild |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Provides data to testBuild(). |
BlockPageVariantTest::setUpDisplayVariant |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Sets up a display variant plugin for testing. |
BlockPageVariantTest::testBuild |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Tests the building of a full page variant. |