| BlockRepositoryTest::$blockRepository |
property |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
The block repository. |
| BlockRepositoryTest::$blockStorage |
property |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
The block storage or a mock. |
| BlockRepositoryTest::$contextHandler |
property |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
The context handler of a mock. |
| BlockRepositoryTest::$theme |
property |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
The theme for the test. |
| BlockRepositoryTest::providerBlocksConfig |
function |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
Provides data to testGetVisibleBlocksPerRegion(). |
| BlockRepositoryTest::setUp |
function |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
|
| BlockRepositoryTest::testGetVisibleBlocksPerRegion |
function |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
Tests the retrieval of block entities. |
| BlockRepositoryTest::testGetVisibleBlocksPerRegionWithContext |
function |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
Tests the retrieval of block entities that are context-aware. |
| BlockResourceTestBase |
class |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Resource test base for the block entity. |
| BlockResourceTestBase.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
|
| BlockResourceTestBase::$entity |
property |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
|
| BlockResourceTestBase::$entityTypeId |
property |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
The tested entity type. |
| BlockResourceTestBase::$modules |
property |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Modules to install. |
| BlockResourceTestBase::createEntity |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Creates the entity to be tested. |
| BlockResourceTestBase::getExpectedCacheContexts |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| BlockResourceTestBase::getExpectedCacheTags |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
The expected cache tags for the GET/HEAD response of the test entity. |
| BlockResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Returns the expected normalization of the entity. |
| BlockResourceTestBase::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
@todo Fix this in https://www.drupal.org/node/2820315. |
| BlockResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Return the expected error message. |
| BlockResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
| BlockResourceTestBase::getNormalizedPostEntity |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Returns the normalized POST entity. |
| BlockResourceTestBase::setUpAuthorization |
function |
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php |
Sets up the necessary authorization. |
| BlockSettingsTest |
class |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
Tests Drupal\block\Plugin\migrate\process\BlockSettings. |
| BlockSettingsTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
|
| BlockSettingsTest::providerTestTransform |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
Provides data for testTransform. |
| BlockSettingsTest::testTransform |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
Tests the blocks settings process plugin. |
| BlockStorageUnitTest |
class |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the storage of blocks. |
| BlockStorageUnitTest.php |
file |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
|
| BlockStorageUnitTest::$controller |
property |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
The block storage. |
| BlockStorageUnitTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Modules to install. |
| BlockStorageUnitTest::createTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the creation of blocks. |
| BlockStorageUnitTest::deleteTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the deleting of blocks. |
| BlockStorageUnitTest::loadTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the loading of blocks. |
| BlockStorageUnitTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
|
| BlockStorageUnitTest::testBlockCRUD |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests CRUD operations. |
| BlockStorageUnitTest::testDefaultBlocks |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the installation of default blocks. |
| BlockSystemBrandingTest |
class |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
Tests branding block display. |
| BlockSystemBrandingTest.php |
file |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
|
| BlockSystemBrandingTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
The theme to install as the default for testing. |
| BlockSystemBrandingTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
Modules to install. |
| BlockSystemBrandingTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
|
| BlockSystemBrandingTest::testSystemBrandingSettings |
function |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
Tests system branding block configuration. |
| BlockTemplateSuggestionsTest |
class |
core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
Tests the block theme suggestions. |
| BlockTemplateSuggestionsTest |
class |
core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
Tests the block_content_theme_suggestions_block() function. |
| BlockTemplateSuggestionsTest.php |
file |
core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
|
| BlockTemplateSuggestionsTest.php |
file |
core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
|
| BlockTemplateSuggestionsTest::$blockContent |
property |
core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
The BlockContent entity used for testing. |
| BlockTemplateSuggestionsTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
Modules to install. |
| BlockTemplateSuggestionsTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
Modules to install. |
| BlockTemplateSuggestionsTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
|