Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$moduleHandler | property | core/ |
The field plugin manager service. |
| MigrationState::$stateBySource | property | core/ |
An array of migration states declared for each source migration. |
| 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. |
| MigrationStateUnitTest | class | core/ |
Defines a class for testing \Drupal\migrate_drupal\MigrationState. |
| MigrationStateUnitTest.php | file | core/ |
|
| MigrationStateUnitTest::providerGetUpgradeStates | function | core/ |
Data provider for testGetUpgradeStates. |
| MigrationStateUnitTest::testGetUpgradeStates | function | core/ |
Tests ::getUpgradeStates. |
| MigrationTest | class | core/ |
Tests the migration plugin. |
| MigrationTest | class | core/ |
Tests the migration plugin. |
| MigrationTest | class | core/ |
Tests Drupal\migrate\Plugin\Migration. |
| MigrationTest.php | file | core/ |
|
| MigrationTest.php | file | core/ |
|
| MigrationTest.php | file | core/ |
|
| MigrationTest::$modules | property | core/ |
Enable field because we are using one of its source plugins. |
| MigrationTest::$modules | property | core/ |
|
| MigrationTest::getInvalidMigrationDependenciesProvider | function | core/ |
Provides invalid migration dependencies. |
| MigrationTest::getMockPluginManager | function | core/ |
Returns a mock MigrationPluginManager. |
| MigrationTest::getProcessPluginsExceptionMessageProvider | function | core/ |
Provides data for testing invalid process pipeline. |
| MigrationTest::getValidMigrationDependenciesProvider | function | core/ |
Provides data for valid migration configuration test. |
| MigrationTest::providerTestAddOptionalDependencies | function | core/ |
Provides data for testAddOptionalDependencies. |
| MigrationTest::providerTestAddRequiredDependencies | function | core/ |
Provides data for testAddRequiredDependencies. |
| MigrationTest::testAddOptionalDependencies | function | core/ |
Tests the addition of optional dependencies. |
| MigrationTest::testAddRequiredDependencies | function | core/ |
Tests the addition of required dependencies. |
| MigrationTest::testGetDestinationIds | function | core/ |
Tests Migration::getDestinationIds() |
| MigrationTest::testGetDestinationPlugin | function | core/ |
Tests Migration::getDestinationPlugin() |
| MigrationTest::testGetMigrationDependencies | function | core/ |
Tests Migration::getMigrationDependencies() |
| MigrationTest::testGetMigrations | function | core/ |
Tests getting requirement list. |
| MigrationTest::testGetProcessPlugins | function | core/ |
Tests Migration::getProcessPlugins() |
| MigrationTest::testGetProcessPluginsException | function | core/ |
Tests Migration::getProcessPlugins() throws an exception. |
| MigrationTest::testGetProcessPluginsExceptionMessage | function | core/ |
Tests Migration::getProcessPlugins() |
| MigrationTest::testMigrationDependenciesInConstructor | function | core/ |
Tests checking migration dependencies in the constructor. |
| MigrationTest::testMigrationDependenciesWithInvalidConfig | function | core/ |
Tests that getting migration dependencies fails with invalid configuration. |
| MigrationTest::testMigrationDependenciesWithValidConfig | function | core/ |
Tests valid migration dependencies configuration returns expected values. |
| MigrationTest::testRequirementsForDestinationPlugin | function | core/ |
Tests checking requirements for destination plugins. |
Pagination
- Previous page
- Page 1116
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.