Search for drupal_

  1. Search 7.x for drupal_
  2. Search 8.9.x for drupal_
  3. Search 10.3.x for drupal_
  4. Search 11.x for drupal_
  5. Other projects
Title Object type File name Summary
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 class core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateDrupal7TestBase.php Base class for Drupal 7 migration tests.
MigrateDrupal7TestBase.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
MigrateDrupal7TestBase.php file core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateDrupal7TestBase.php
MigrateDrupal7TestBase::$modules property core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateDrupal7TestBase.php Modules to enable.
MigrateDrupal7TestBase::getFixtureFilePath function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Gets the path to the fixture file.
MigrateDrupal7TestBase::getFixtureFilePath function core/modules/aggregator/tests/src/Kernel/Migrate/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
MigrateDrupal7TestBase::setUp function core/modules/aggregator/tests/src/Kernel/Migrate/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 class core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Base class for Tracker Drupal 7 migration tests.
MigrateDrupalTestBase.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateDrupalTestBase.php file core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php
MigrateDrupalTestBase::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Modules to enable.
MigrateDrupalTestBase::getFixtureFilePath function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Gets the path to the fixture file.
MigrateDrupalTestBase::loadFixture function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Loads a database fixture into the source database connection.
MigrateDrupalTestBase::migrateContentTypes function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Migrates node types.
MigrateDrupalTestBase::migrateUsers function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Executes all user migrations.
MigrateDrupalTestBase::setUp function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateDrupalTestBase::setUp function core/modules/tracker/tests/src/Kernel/Migrate/d7/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.
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 enable.
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.
migrate_drupal.field_discovery service core/modules/migrate_drupal/migrate_drupal.services.yml Drupal\migrate_drupal\FieldDiscovery
migrate_drupal.info.yml file core/modules/migrate_drupal/migrate_drupal.info.yml core/modules/migrate_drupal/migrate_drupal.info.yml
migrate_drupal.install file core/modules/migrate_drupal/migrate_drupal.install Contains install and update functions for Migrate Drupal.
migrate_drupal.migrate_drupal.yml file core/modules/migrate_drupal/migrations/state/migrate_drupal.migrate_drupal.yml core/modules/migrate_drupal/migrations/state/migrate_drupal.migrate_drupal.yml
migrate_drupal.migration_state service core/modules/migrate_drupal/migrate_drupal.services.yml Drupal\migrate_drupal\MigrationState
migrate_drupal.module file core/modules/migrate_drupal/migrate_drupal.module Provides migration from other Drupal sites.
migrate_drupal.post_update.php file core/modules/migrate_drupal/migrate_drupal.post_update.php Post update functions for Migrate Drupal.

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