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
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 enable.
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.
MigrateDrupal7TestBase::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
MigrateDrupalServiceProvider class core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php Alters container services.
MigrateDrupalServiceProvider.php file core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php
MigrateDrupalServiceProvider::alter function core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php Modifies existing service definitions.
MigrateDrupalTestBase class core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Base class for Drupal migration tests.
MigrateDrupalTestBase.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateDrupalTestBase::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Modules to enable.
MigrateDrupalTestBase::loadFixture function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Loads a database fixture into the source database connection.
MigrateDrupalTestBase::setUp function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateDrupalUpdateTest class core/modules/migrate_drupal/tests/src/Functional/MigrateDrupalUpdateTest.php Tests that migrate_drupal_multilingual is uninstalled.
MigrateDrupalUpdateTest.php file core/modules/migrate_drupal/tests/src/Functional/MigrateDrupalUpdateTest.php
MigrateDrupalUpdateTest::setDatabaseDumpFiles function core/modules/migrate_drupal/tests/src/Functional/MigrateDrupalUpdateTest.php Set database dump files to be used.
MigrateDrupalUpdateTest::testSourceFeedRequired function core/modules/migrate_drupal/tests/src/Functional/MigrateDrupalUpdateTest.php Tests migrate_drupal_multilingual uninstallation.
MigrateEmbeddedDataTest class core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php Tests the EmbeddedDataSource plugin.
MigrateEmbeddedDataTest.php file core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php
MigrateEmbeddedDataTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php Modules to enable.
MigrateEmbeddedDataTest::testEmbeddedData function core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php Tests the embedded_data source plugin.
MigrateEntity::$derivatives property core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php List of derivative definitions.
MigrateEntity::$entityDefinitions property core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php The entity definitions
MigrateEntity::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php Gets the definition of all derivatives of a base plugin.
MigrateEntity::__construct function core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php Constructs a MigrateEntity object.
MigrateEntityComplete::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntityComplete.php Gets the definition of all derivatives of a base plugin.

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