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 11.x for all
  6. Other projects
Title Object type File name Summary
MigrateDestination::__construct function core/modules/migrate/src/Attribute/MigrateDestination.php Constructs a migrate destination plugin attribute object.
MigrateDestinationInterface interface core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Defines an interface for Migration Destination classes.
MigrateDestinationInterface.php file core/modules/migrate/src/Plugin/MigrateDestinationInterface.php
MigrateDestinationInterface::fields function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Returns an array of destination fields.
MigrateDestinationInterface::getDestinationModule function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination module handling the destination data.
MigrateDestinationInterface::getIds function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination IDs.
MigrateDestinationInterface::import function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Import the row.
MigrateDestinationInterface::rollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Delete the specified destination object from the target Drupal.
MigrateDestinationInterface::rollbackAction function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php The rollback action for the last imported item.
MigrateDestinationInterface::supportsRollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Whether the destination can be rolled back or not.
MigrateDestinationPluginManager class core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php Plugin manager for migrate destination plugins.
MigrateDestinationPluginManager.php file core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php
MigrateDestinationPluginManager::$entityTypeManager property core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php The entity type manager.
MigrateDestinationPluginManager::createInstance function core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php A specific createInstance method is necessary to pass the migration on.
MigrateDestinationPluginManager::__construct function core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php Constructs a MigrateDestinationPluginManager object.
MigrateDrupal6AuditIdsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests the migration auditor for ID conflicts.
MigrateDrupal6AuditIdsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
MigrateDrupal6AuditIdsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
MigrateDrupal6AuditIdsTest::testAllMigrationsWithIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests all migrations with ID conflicts.
MigrateDrupal6AuditIdsTest::testAllMigrationsWithNoIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests all migrations with no ID conflicts.
MigrateDrupal6AuditIdsTest::testDraftRevisionIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests draft revisions ID conflicts.
MigrateDrupal6AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal6AuditIdsTest::testNodeGrantsIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests ID conflicts for inaccessible nodes.
MigrateDrupal6TestBase class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Base class for Drupal 6 migration tests.
MigrateDrupal6TestBase.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
MigrateDrupal6TestBase::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Modules to install.
MigrateDrupal6TestBase::getFixtureFilePath function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Gets the path to the fixture file.
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.
MigrateDrupal6TestBase::migrateFields function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Executes all field migrations.
MigrateDrupal6TestBase::migrateTaxonomy function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Executes all taxonomy migrations.
MigrateDrupal6TestBase::migrateUsers function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Executes all user migrations.
MigrateDrupal6TestBase::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
MigrateDrupal7AuditIdsTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests the migration auditor for ID conflicts.
MigrateDrupal7AuditIdsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
MigrateDrupal7AuditIdsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
MigrateDrupal7AuditIdsTest::testAllMigrationsWithIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests all migrations with ID conflicts.
MigrateDrupal7AuditIdsTest::testAllMigrationsWithNoIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests all migrations with no ID conflicts.
MigrateDrupal7AuditIdsTest::testDraftRevisionIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests draft revisions ID conflicts.
MigrateDrupal7AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal7AuditIdsTest::testNodeGrantsIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests ID conflicts for inaccessible nodes.
MigrateDrupal7TestBase class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Base class for Drupal 7 migration tests.
MigrateDrupal7TestBase.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
MigrateDrupal7TestBase::getFixtureFilePath function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Gets the path to the fixture file.
MigrateDrupal7TestBase::migrateCommentTypes function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Migrates comment 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.
MigrateDrupal7TestBase::migrateFields function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Executes all field migrations.
MigrateDrupal7TestBase::migrateTaxonomyTerms function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Executes all taxonomy term migrations.
MigrateDrupal7TestBase::migrateUsers function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Executes all user migrations.

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