Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
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.
MigrationState::__construct function core/modules/migrate_drupal/src/MigrationState.php Construct a new MigrationState object.
MigrationStateUnitTest class core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Defines a class for testing \Drupal\migrate_drupal\MigrationState.
MigrationStateUnitTest.php file core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php
MigrationStateUnitTest::providerGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Data provider for testGetUpgradeStates.
MigrationStateUnitTest::testGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Tests ::getUpgradeStates.
MigrationTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests the migration plugin.
MigrationTest class core/modules/migrate/tests/src/Unit/MigrationTest.php @coversDefaultClass \Drupal\migrate\Plugin\Migration[[api-linebreak]]
MigrationTest class core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests the migration plugin.
MigrationTest.php file core/modules/migrate/tests/src/Kernel/MigrationTest.php
MigrationTest.php file core/modules/migrate/tests/src/Unit/MigrationTest.php Contains \Drupal\Tests\migrate\Unit\MigrationTest.
MigrationTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
MigrationTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
MigrationTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationTest.php Enable field because we are using one of its source plugins.
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.
MigrationTest::getValidMigrationDependenciesProvider function core/modules/migrate/tests/src/Unit/MigrationTest.php Provides data for valid migration configuration test.
MigrationTest::testGetDestinationIds function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getDestinationIds()
MigrationTest::testGetDestinationPlugin function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getDestinationPlugin()
MigrationTest::testGetMigrationDependencies function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getMigrationDependencies()
MigrationTest::testGetMigrations function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests getting requirement list.
MigrationTest::testGetProcessPlugins function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetProcessPluginsException function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins() throws an exception.
MigrationTest::testGetProcessPluginsExceptionMessage function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetTrackLastImported function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getTrackLastImported()
MigrationTest::testMigrationDependenciesWithInvalidConfig function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests that getting migration dependencies fails with invalid configuration.
MigrationTest::testMigrationDependenciesWithValidConfig function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests valid migration dependencies configuration returns expected values.
MigrationTest::testRequirementsForDestinationPlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for destination plugins.
MigrationTest::testRequirementsForMigrations function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for destination plugins.
MigrationTest::testRequirementsForSourcePlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for source plugins.
MigrationTest::testSetInvalidation function core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests Migration::set().
MigrationWithFollowUpInterface::generateFollowUpMigrations function core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php Generates follow-up migrations.

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