Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
MigrateDrupal7TestBase::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
MigrateDrupalHooks class core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php Hook implementations for migrate_drupal.
MigrateDrupalHooks.php file core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php
MigrateDrupalHooks::help function core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php Implements hook_help().
MigrateDrupalHooks::migrationPluginsAlter function core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php Implements hook_migration_plugins_alter().
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 install.
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
MigrateDrupalUiHooks class core/modules/migrate_drupal_ui/src/Hook/MigrateDrupalUiHooks.php Hook implementations for migrate_drupal_ui.
MigrateDrupalUiHooks.php file core/modules/migrate_drupal_ui/src/Hook/MigrateDrupalUiHooks.php
MigrateDrupalUiHooks::help function core/modules/migrate_drupal_ui/src/Hook/MigrateDrupalUiHooks.php Implements hook_help().
MigrateDrupalUiRouteSubscriber class core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php Sets the controller for Migrate Message route.
MigrateDrupalUiRouteSubscriber.php file core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php
MigrateDrupalUiRouteSubscriber::alterRoutes function core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php Alters existing routes for a specific collection.
MigrateDrupalUninstallTest class core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalUninstallTest.php Test migrate_drupal module uninstall.
MigrateDrupalUninstallTest.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalUninstallTest.php
MigrateDrupalUninstallTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalUninstallTest.php Modules to install.
MigrateDrupalUninstallTest::testUninstall function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalUninstallTest.php Tests uninstall.

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