| 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. |
| BlockSettings |
class |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Determines the block settings. |
| BlockSettings.php |
file |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
|
| BlockSettings::$blockManager |
property |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
The block manager service. |
| BlockSettings::create |
function |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Instantiates a new instance of the implementing class using autowiring. |
| BlockSettings::transform |
function |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Set the block configuration. |
| BlockSettings::__construct |
function |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| 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 |
|
| BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions |
function |
core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
Tests template suggestions from block_content_theme_suggestions_block(). |
| BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions |
function |
core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php |
Tests template suggestions from the block module. |
| BlockTest |
class |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php |
Tests block source plugin. |
| BlockTest |
class |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests basic block functionality. |
| BlockTest |
class |
core/modules/jsonapi/tests/src/Functional/BlockTest.php |
JSON:API integration test for the "Block" config entity type. |
| BlockTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php |
Tests Drupal\views\Plugin\views\display\Block. |