Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrationPluginManager::__construct | function | core/ |
MigrationPluginManager constructor. |
| MigrationPluginManager::__construct | function | core/ |
Construct a migration plugin manager. |
| MigrationPluginManagerInterface::createInstances | function | core/ |
Create pre-configured instance of plugin derivatives. |
| MigrationPluginManagerInterface::createInstancesByTag | function | core/ |
Create migrations given a tag. |
| MigrationPluginManagerInterface::createStubMigration | function | core/ |
Creates a stub migration plugin from a definition array. |
| MigrationPluginManagerTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\MigrationPluginManager[[api-linebreak]] @group migrate |
| MigrationPluginManagerTest.php | file | core/ |
|
| MigrationPluginManagerTest::$pluginManager | property | core/ |
A plugin manager. |
| MigrationPluginManagerTest::dependencyProvider | function | core/ |
Provide dependency data for testing. |
| MigrationPluginManagerTest::setUp | function | core/ |
|
| MigrationPluginManagerTest::testDependencyBuilding | function | core/ |
Tests building dependencies for multiple migrations. |
| MigrationProcessTest | class | core/ |
Tests the getProcess() method of all Drupal 6 migrations. |
| MigrationProcessTest | class | core/ |
Tests the getProcess() method of all Drupal 7 migrations. |
| MigrationProcessTest.php | file | core/ |
|
| MigrationProcessTest.php | file | core/ |
|
| MigrationProcessTest::setUp | function | core/ |
|
| MigrationProcessTest::setUp | function | core/ |
|
| MigrationProcessTest::testGetProcess | function | core/ |
Tests that calling getProcess() on a migration does not throw an exception. |
| MigrationProcessTest::testGetProcess | function | core/ |
Tests that calling getProcess() on a migration does not throw an exception. |
| MigrationProvidersExistTest | class | core/ |
Tests that modules exist for all source and destination plugins. |
| MigrationProvidersExistTest.php | file | core/ |
|
| MigrationProvidersExistTest::enableAllModules | function | core/ |
Enable all available modules. |
| MigrationProvidersExistTest::fieldPluginDefinitionsProvider | function | core/ |
Data provider for field plugin definitions. |
| MigrationProvidersExistTest::testFieldProviderMissingRequiredProperty | function | core/ |
Test a missing required definition. |
| MigrationProvidersExistTest::testFieldProvidersExist | function | core/ |
Tests that modules exist for all field plugins. |
| MigrationProvidersExistTest::testProvidersExist | function | core/ |
Tests that modules exist for all source plugins. |
| MigrationProvidersExistTest::testSourceProvider | function | core/ |
Tests that a missing source_module property raises an exception. |
| MigrationState | class | core/ |
Determines the migrate state for all modules enabled on the source. |
| MigrationState.php | file | core/ |
|
| MigrationState::$declaredBySource | property | core/ |
An array of destinations declared for each source migration. |
| MigrationState::$destinations | property | core/ |
An array of migration source and destinations. |
| MigrationState::$discoveredBySource | property | core/ |
An array of migration source and destinations derived from migrations. |
| MigrationState::$enabledModules | property | core/ |
Array of enabled modules. |
| MigrationState::$fieldPluginManager | property | core/ |
The field plugin manager service. |
| MigrationState::$migratedSourceModules | property | core/ |
Source modules that will be migrated determined using legacy method, keyed by version. |
| MigrationState::$moduleHandler | property | core/ |
The field plugin manager service. |
| MigrationState::$stateBySource | property | core/ |
An array of migration states declared for each source migration. |
| MigrationState::$unmigratedSourceModules | property | core/ |
Source modules that will not be migrated determined using legacy method. |
| MigrationState::buildDeclaredStateBySource | function | core/ |
Gets migration data from *.migrate_drupal.yml sorted by source module. |
| MigrationState::buildDiscoveredDestinationsBySource | function | core/ |
Builds migration source and destination module information. |
| MigrationState::buildUpgradeState | function | core/ |
Determines migration state for each source module enabled on the source. |
| MigrationState::FINISHED | constant | core/ |
Source module upgrade state when all its migrations are complete. |
| MigrationState::getDestinationsForSource | function | core/ |
Get net destinations for source module. |
| MigrationState::getMigrationStates | function | core/ |
Gets migration state information from *.migrate_drupal.yml. |
| MigrationState::getSourceState | function | core/ |
Tests if a destination exists for the given source module. |
| MigrationState::getUpgradeStates | function | core/ |
Gets the upgrade states for all enabled source modules. |
| MigrationState::NOT_FINISHED | constant | core/ |
Source module upgrade state when all its migrations are not complete. |
| MigrationState::__construct | function | core/ |
Construct a new MigrationState object. |
| MigrationStateDeprecationTest | class | core/ |
Defines a class for testing deprecation error from MigrationState. |
| MigrationStateDeprecationTest.php | file | core/ |
Pagination
- Previous page
- Page 847
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.