| MigrateBlockTest |
class |
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php |
Tests migration of blocks to configuration entities. |
| MigrateBlockTest |
class |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Tests migration of aggregator block. |
| MigrateBlockTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
|
| MigrateBlockTest.php |
file |
core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
|
| MigrateBlockTest.php |
file |
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php |
|
| MigrateBlockTest::$modules |
property |
core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Modules to enable. |
| MigrateBlockTest::$modules |
property |
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php |
Modules to enable. |
| MigrateBlockTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Modules to enable. |
| MigrateBlockTest::assertEntity |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Asserts various aspects of a block. |
| MigrateBlockTest::assertEntity |
function |
core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Asserts various aspects of a block. |
| MigrateBlockTest::assertEntity |
function |
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php |
Asserts various aspects of a block. |
| MigrateBlockTest::setUp |
function |
core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
|
| MigrateBlockTest::setUp |
function |
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php |
|
| MigrateBlockTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
|
| MigrateBlockTest::testBlockMigration |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Tests the block migration. |
| MigrateBlockTest::testBlockMigration |
function |
core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php |
Tests the block migration. |
| MigrateBlockTest::testBlockMigration |
function |
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php |
Tests the block migration. |
| MigrateCustomBlockContentTranslationTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php |
Tests migration of i18n custom block strings. |
| MigrateCustomBlockContentTranslationTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php |
Tests migration of i18n custom block strings. |
| MigrateCustomBlockContentTranslationTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php |
|
| MigrateCustomBlockContentTranslationTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php |
|
| MigrateCustomBlockContentTranslationTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php |
Modules to enable. |
| MigrateCustomBlockContentTranslationTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php |
Modules to enable. |
| MigrateCustomBlockContentTranslationTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php |
|
| MigrateCustomBlockContentTranslationTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php |
|
| MigrateCustomBlockContentTranslationTest::testCustomBlockContentTranslation |
function |
core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php |
Tests the Drupal 6 i18n custom block strings to Drupal 8 migration. |
| MigrateCustomBlockContentTranslationTest::testCustomBlockContentTranslation |
function |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php |
Tests the Drupal 7 i18n custom block strings to Drupal 8 migration. |
| MigrateCustomBlockTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php |
Tests migration of custom blocks. |
| MigrateCustomBlockTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php |
|
| MigrateCustomBlockTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php |
Modules to enable. |
| MigrateCustomBlockTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php |
|
| MigrateCustomBlockTest::testCustomBlockMigration |
function |
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php |
Tests migration of custom blocks from Drupal 7 to Drupal 8. |
| MockBlockManager |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php |
Defines a plugin manager used by Plugin API derivative unit tests. |
| MockBlockManager.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php |
|
| MockBlockManager::createContextDefinition |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php |
Creates a new context definition with a label that is cast to string. |
| MockBlockManager::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php |
|
| MockComplexContextBlock |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php |
Implementation of a complex context plugin used by Plugin API context tests. |
| MockComplexContextBlock.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php |
|
| MockComplexContextBlock::getTitle |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php |
|
| MockLayoutBlock |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php |
Mock implementation of a layout block plugin used by Plugin API unit tests. |
| MockLayoutBlock.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php |
|
| MockLayoutBlockDeriver |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
Mock implementation of DeriverInterface for the mock layout block plugin. |
| MockLayoutBlockDeriver.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
|
| MockLayoutBlockDeriver::getDerivativeDefinition |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
Gets the definition of a derivative plugin. |
| MockLayoutBlockDeriver::getDerivativeDefinitions |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| MockMenuBlock |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php |
Mock implementation of a menu block plugin used by Plugin API unit tests. |
| MockMenuBlock.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php |
|
| MockMenuBlock::$depth |
property |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php |
The number of menu levels deep to render. |
| MockMenuBlock::$title |
property |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php |
The title to display when rendering this block instance. |
| MockMenuBlock::getContent |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php |
Returns the content to display. |