Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
MigrateBlockContentTranslationTest::testBlockContentTranslation function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php Tests the migration of block title translation.
MigrateBlockContentTypeTest class core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php Tests migration of the basic block content type.
MigrateBlockContentTypeTest.php file core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
MigrateBlockContentTypeTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php Modules to install.
MigrateBlockContentTypeTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
MigrateBlockContentTypeTest::testBlockContentTypeMigration function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php Tests the block content type migration.
MigrateBlockNoBlockContentTest class core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Tests the migration of blocks without Block Content installed.
MigrateBlockNoBlockContentTest.php file core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php
MigrateBlockNoBlockContentTest::$modules property core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Modules to install.
MigrateBlockNoBlockContentTest::assertEntity function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Asserts various aspects of a block.
MigrateBlockNoBlockContentTest::setUp function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php
MigrateBlockNoBlockContentTest::testBlockMigration function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Tests the block migration.
MigrateCustomBlockContentTranslationTest class core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Tests migration of i18n content block strings.
MigrateCustomBlockContentTranslationTest class core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Tests migration of i18n content 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 install.
MigrateCustomBlockContentTranslationTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Modules to install.
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 content 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 content block strings to Drupal 8 migration.
MigrateDrupal6TestBase::migrateContent function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Executes all content migrations.
MigrateDrupal6TestBase::migrateContentTypes function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Migrates node types.
MigrateDrupal7TestBase::migrateContent function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Executes all content migrations.
MigrateDrupal7TestBase::migrateContentTypes function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Migrates node types.
MigrateDrupalTestBase::migrateContentTypes function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Migrates node types.
MigrateEntityContentBaseTest class core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests the EntityContentBase destination.
MigrateEntityContentBaseTest.php file core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php
MigrateEntityContentBaseTest::$destination property core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php A content migrate destination.
MigrateEntityContentBaseTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Modules to install.
MigrateEntityContentBaseTest::$storage property core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php The storage for entity_test_mul.
MigrateEntityContentBaseTest::assertTranslations function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Check the existing translations of an entity.
MigrateEntityContentBaseTest::createDestination function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Create the destination plugin to test.
MigrateEntityContentBaseTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php
MigrateEntityContentBaseTest::testBundleFallbackForStub function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests bundle is properly provided for stubs without bundle support.
MigrateEntityContentBaseTest::testEmptyDestinations function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests empty destinations.
MigrateEntityContentBaseTest::testEntityWithStringId function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests creation of ID columns table with definitions taken from entity type.
MigrateEntityContentBaseTest::testStubRows function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests stub rows.
MigrateEntityContentBaseTest::testTranslated function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests importing and rolling back translated entities.
MigrateEntityContentValidationTest class core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Tests validation of an entity during migration.
MigrateEntityContentValidationTest.php file core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php
MigrateEntityContentValidationTest::$messages property core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Messages accumulated during the migration run.
MigrateEntityContentValidationTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Modules to install.
MigrateEntityContentValidationTest::mapMessageRecorder function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Reacts to map message event.
MigrateEntityContentValidationTest::runImport function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Runs an import of a migration.
MigrateEntityContentValidationTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php
MigrateEntityContentValidationTest::test1 function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Tests an import with invalid data and checks error messages.
MigrateEntityContentValidationTest::test2 function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Tests an import with invalid data and checks error messages.
MigrateEntityContentValidationTest::testEntityOwnerValidation function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Tests validation for entities that are instances of EntityOwnerInterface.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.