Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
MigrationPluginManager::expandPluginIds function core/modules/migrate/src/Plugin/MigrationPluginManager.php
MigrationPluginManager::findDefinitions function core/modules/migrate/src/Plugin/MigrationPluginManager.php Finds plugin definitions.
MigrationPluginManager::getDiscovery function core/modules/migrate/src/Plugin/MigrationPluginManager.php Gets the plugin discovery.
MigrationPluginManager::getEnforcedSourceModuleTags function core/modules/migrate_drupal/src/MigrationPluginManager.php Returns the migration tags that trigger source_module enforcement.
MigrationPluginManager::processDefinition function core/modules/migrate_drupal/src/MigrationPluginManager.php Performs extra processing on plugin definitions.
MigrationPluginManager::__construct function core/modules/migrate_drupal/src/MigrationPluginManager.php MigrationPluginManager constructor.
MigrationPluginManager::__construct function core/modules/migrate/src/Plugin/MigrationPluginManager.php Construct a migration plugin manager.
MigrationPluginManagerInterface interface core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Migration plugin manager interface.
MigrationPluginManagerInterface.php file core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php
MigrationPluginManagerInterface::createInstances function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Create pre-configured instance of plugin derivatives.
MigrationPluginManagerInterface::createInstancesByTag function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Create migrations given a tag.
MigrationPluginManagerInterface::createStubMigration function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Creates a stub migration plugin from a definition array.
MigrationPluginManagerInterface::expandPluginIds function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Expand derivative migration dependencies.
MigrationPluginManagerTest class core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests Drupal\migrate\Plugin\MigrationPluginManager.
MigrationPluginManagerTest class core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests the migration plugin manager.
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php The migration plugin manager.
MigrationPluginManagerTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
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/d7/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/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/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
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.
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
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.

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