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
MigrationPluginManagerTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Modules to install.
MigrationPluginManagerTest::$pluginManager property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A plugin manager.
MigrationPluginManagerTest::dependencyProvider function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Provide dependency data for testing.
MigrationPluginManagerTest::providerCreateInstanceByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Data provider for testCreateInstancesByTag.
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest::testCreateInstancesByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests Migration::createInstancesByTag().
MigrationPluginManagerTest::testDependencyBuilding function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests building dependencies for multiple migrations.
MigrationPluginManagerTest::testExpandPluginIds function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests that expandPluginIds returns all derivatives.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests the getProcess() method of all Drupal 6 migrations.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests the getProcess() method of all Drupal 7 migrations.
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProvidersExistTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source and destination plugins.
MigrationProvidersExistTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
MigrationProvidersExistTest::enableAllModules function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Enable all available modules.
MigrationProvidersExistTest::fieldPluginDefinitionsProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Data provider for field plugin definitions.
MigrationProvidersExistTest::testFieldProviderMissingRequiredProperty function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests a missing required definition.
MigrationProvidersExistTest::testFieldProvidersExist function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all field plugins.
MigrationProvidersExistTest::testProvidersExist function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source plugins.
MigrationProvidersExistTest::testSourceProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that a missing source_module property raises an exception.
MigrationSourceCacheTest class core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test source counts are correctly cached.
MigrationSourceCacheTest.php file core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php
MigrationSourceCacheTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php The migration plugin manager.
MigrationSourceCacheTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Modules to install.
MigrationSourceCacheTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php
MigrationSourceCacheTest::testCacheCountsNotContaminated function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Tests that counts for the same plugin ID are not crossed.
MigrationSourceCacheTest::testCacheCountsUsed function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test that values are pulled from the cache when appropriate.
MigrationState class core/modules/migrate_drupal/src/MigrationState.php Determines the migrate state for all modules enabled on the source.
MigrationState.php file core/modules/migrate_drupal/src/MigrationState.php
MigrationState::$declaredBySource property core/modules/migrate_drupal/src/MigrationState.php An array of destinations declared for each source migration.
MigrationState::$destinations property core/modules/migrate_drupal/src/MigrationState.php An array of migration source and destinations.
MigrationState::$discoveredBySource property core/modules/migrate_drupal/src/MigrationState.php An array of migration source and destinations derived from migrations.
MigrationState::$enabledModules property core/modules/migrate_drupal/src/MigrationState.php Array of enabled modules.
MigrationState::$fieldPluginManager property core/modules/migrate_drupal/src/MigrationState.php The field plugin manager service.
MigrationState::$moduleHandler property core/modules/migrate_drupal/src/MigrationState.php The field plugin manager service.
MigrationState::$stateBySource property core/modules/migrate_drupal/src/MigrationState.php An array of migration states declared for each source migration.
MigrationState::buildDeclaredStateBySource function core/modules/migrate_drupal/src/MigrationState.php Gets migration data from *.migrate_drupal.yml sorted by source module.
MigrationState::buildDiscoveredDestinationsBySource function core/modules/migrate_drupal/src/MigrationState.php Builds migration source and destination module information.
MigrationState::buildUpgradeState function core/modules/migrate_drupal/src/MigrationState.php Determines migration state for each source module enabled on the source.
MigrationState::FINISHED constant core/modules/migrate_drupal/src/MigrationState.php Source module upgrade state when all its migrations are complete.
MigrationState::getDestinationsForSource function core/modules/migrate_drupal/src/MigrationState.php Get net destinations for source module.
MigrationState::getMigrationStates function core/modules/migrate_drupal/src/MigrationState.php Gets migration state information from *.migrate_drupal.yml.
MigrationState::getSourceState function core/modules/migrate_drupal/src/MigrationState.php Tests if a destination exists for the given source module.
MigrationState::getUpgradeStates function core/modules/migrate_drupal/src/MigrationState.php Gets the upgrade states for all enabled source modules.
MigrationState::NOT_FINISHED constant core/modules/migrate_drupal/src/MigrationState.php Source module upgrade state when all its migrations are not complete.

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