Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MigrateNodeCompleteTest::testNodeCompleteMigration function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php Tests the complete node migration.
MigrateNodeCompleteTest::testRollbackNodeComplete function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php Tests rollback of the complete node migration.
MigrateNodeConfigsTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php Upgrade variables to node.settings.yml.
MigrateNodeConfigsTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php
MigrateNodeConfigsTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php
MigrateNodeConfigsTest::testNodeSettings function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php Tests Drupal 6 node settings to Drupal 8 migration.
MigrateNodeCounterTest class core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Tests the migration of node counter data to Drupal 8.
MigrateNodeCounterTest class core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Tests the migration of node counter data to Drupal 8.
MigrateNodeCounterTest.php file core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
MigrateNodeCounterTest.php file core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php
MigrateNodeCounterTest::$modules property core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Modules to enable.
MigrateNodeCounterTest::$modules property core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Modules to enable.
MigrateNodeCounterTest::assertNodeCounter function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Asserts various aspects of a node counter.
MigrateNodeCounterTest::assertNodeCounter function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Asserts various aspects of a node counter.
MigrateNodeCounterTest::setUp function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
MigrateNodeCounterTest::setUp function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php
MigrateNodeCounterTest::testStatisticsSettings function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Tests migration of node counter.
MigrateNodeCounterTest::testStatisticsSettings function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Tests migration of node counter.
MigrateNodeDeriverTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php Test D6NodeDeriver.
MigrateNodeDeriverTest class core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Test D7NodeDeriver.
MigrateNodeDeriverTest.php file core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php
MigrateNodeDeriverTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php
MigrateNodeDeriverTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Modules to enable.
MigrateNodeDeriverTest::$pluginManager property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php The migration plugin manager.
MigrateNodeDeriverTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php
MigrateNodeDeriverTest::testBuilder function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Tests the d7_node node driver.
MigrateNodeDeriverTest::testNoTranslations function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Test node translation migrations with translation disabled.
MigrateNodeDeriverTest::testNoTranslations function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php Test node translation migrations with translation disabled.
MigrateNodeDeriverTest::testTranslations function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php Test node translation migrations with translation enabled.
MigrateNodeDeriverTest::testTranslations function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Test node translation migrations with translation enabled.
MigrateNodeRevisionTest class core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Tests node revision migrations.
MigrateNodeRevisionTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php Node content revisions migration.
MigrateNodeRevisionTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php
MigrateNodeRevisionTest.php file core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php
MigrateNodeRevisionTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Modules to enable.
MigrateNodeRevisionTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php Modules to enable.
MigrateNodeRevisionTest::$nodeStorage property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php The entity storage for node.
MigrateNodeRevisionTest::$nodeStorage property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php The entity storage for node.
MigrateNodeRevisionTest::assertRevision function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Asserts various aspects of a node revision.
MigrateNodeRevisionTest::assertRevision function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php Asserts various aspects of a node revision.
MigrateNodeRevisionTest::getFileMigrationInfo function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Returns information about the file to be migrated.
MigrateNodeRevisionTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php
MigrateNodeRevisionTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php
MigrateNodeRevisionTest::testNodeRevision function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php Test node revisions migration from Drupal 6 to 8.
MigrateNodeRevisionTest::testNodeRevisions function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Tests the migration of node revisions with translated nodes.
MigrateNodeSettingPromoteTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php @group migrate_drupal_6
MigrateNodeSettingPromoteTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php
MigrateNodeSettingPromoteTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php Modules to enable.
MigrateNodeSettingPromoteTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php
MigrateNodeSettingPromoteTest::testMigration function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php Tests migration of the promote checkbox's settings.

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