Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MigrateNodeTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php
MigrateNodeTest.php file core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php
MigrateNodeTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Modules to install.
MigrateNodeTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php Modules to install.
MigrateNodeTest::assertEntity function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Asserts various aspects of a node.
MigrateNodeTest::assertRevision function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Asserts various aspects of a node revision.
MigrateNodeTest::getFileMigrationInfo function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Returns information about the file to be migrated.
MigrateNodeTest::rerunMigration function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php Execute the migration a second time.
MigrateNodeTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php
MigrateNodeTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php
MigrateNodeTest::testNode function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php Tests node migration from Drupal 6 to 8.
MigrateNodeTest::testNode function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Tests node migration from Drupal 7 to 8.
MigrateNodeTestBase class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php Base class for Node migration tests.
MigrateNodeTestBase.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php
MigrateNodeTestBase::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php
MigrateNodeTitleLabelTest class core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php Tests migration of the title field label for node types.
MigrateNodeTitleLabelTest.php file core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php
MigrateNodeTitleLabelTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php Modules to install.
MigrateNodeTitleLabelTest::assertEntity function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php Asserts various aspects of a base_field_override entity.
MigrateNodeTitleLabelTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php
MigrateNodeTitleLabelTest::testMigration function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php Tests migration of node title field overrides.
MigrateNodeTypeTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php Upgrade node types to node.type.*.yml.
MigrateNodeTypeTest class core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php Upgrade node types to node.type.*.yml.
MigrateNodeTypeTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php
MigrateNodeTypeTest.php file core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php
MigrateNodeTypeTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php Modules to install.
MigrateNodeTypeTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php Modules to install.
MigrateNodeTypeTest::assertEntity function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php Tests a single node type.
MigrateNodeTypeTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php
MigrateNodeTypeTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php
MigrateNodeTypeTest::testNodeType function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php Tests Drupal 6 node type to Drupal 8 migration.
MigrateNodeTypeTest::testNodeType function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php Tests Drupal 7 node type to Drupal 8 migration.
MigrateNoMigrateDrupalTest class core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Execute migration.
MigrateNoMigrateDrupalTest.php file core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::$defaultTheme property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php The theme to install as the default for testing.
MigrateNoMigrateDrupalTest::$modules property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Modules to install.
MigrateNoMigrateDrupalTest::setUp function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::testExecutionNoMigrateDrupal function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Tests execution of a migration.
MigratePluginManager class core/modules/migrate/src/Plugin/MigratePluginManager.php Manages migrate plugins.
MigratePluginManager.php file core/modules/migrate/src/Plugin/MigratePluginManager.php
MigratePluginManager::createInstance function core/modules/migrate/src/Plugin/MigratePluginManager.php Creates a plugin instance based on the provided ID and configuration.
MigratePluginManager::__construct function core/modules/migrate/src/Plugin/MigratePluginManager.php Constructs a MigratePluginManager object.
MigratePluginManagerInterface interface core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php Interface for the migration plugin manager.
MigratePluginManagerInterface.php file core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php
MigratePluginManagerInterface::createInstance function core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php Creates a pre-configured instance of a migration plugin.
MigratePostRowSaveEvent class core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Wraps a post-save event for event listeners.
MigratePostRowSaveEvent.php file core/modules/migrate/src/Event/MigratePostRowSaveEvent.php
MigratePostRowSaveEvent::$destinationIdValues property core/modules/migrate/src/Event/MigratePostRowSaveEvent.php The row's destination ID.
MigratePostRowSaveEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Gets the destination ID values.
MigratePostRowSaveEvent::__construct function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Constructs a post-save event object.

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