Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Migration::setProcess | function | core/ |
Allows you to override the entire process configuration. |
| Migration::setProcessOfProperty | function | core/ |
Set the process pipeline configuration for an individual destination field. |
| Migration::setStatus | function | core/ |
Set the current migration status. |
| Migration::setTrackLastImported | function | core/ |
Set if the migration should track time of last import. |
| Migration::__construct | function | core/ |
Constructs a Migration. |
| MigrationConfigurationTrait | trait | core/ |
Configures the appropriate migrations for a given source Drupal database. |
| MigrationConfigurationTrait.php | file | core/ |
|
| MigrationConfigurationTrait::$configFactory | property | core/ |
The config factory service. |
| MigrationConfigurationTrait::$followUpMigrationTags | property | core/ |
The follow-up migration tags. |
| MigrationConfigurationTrait::$migrationPluginManager | property | core/ |
The migration plugin manager service. |
| MigrationConfigurationTrait::$state | property | core/ |
The state service. |
| MigrationConfigurationTrait::createDatabaseStateSettings | function | core/ |
Creates the necessary state entries for SqlBase::getDatabase() to work. |
| MigrationConfigurationTrait::getConfigFactory | function | core/ |
Gets the config factory service. |
| MigrationConfigurationTrait::getConnection | function | core/ |
Gets the database connection for the source Drupal database. |
| MigrationConfigurationTrait::getFollowUpMigrationTags | function | core/ |
Returns the follow-up migration tags. |
| MigrationConfigurationTrait::getLegacyDrupalVersion | function | core/ |
Determines what version of Drupal the source database contains. |
| MigrationConfigurationTrait::getMigrationPluginManager | function | core/ |
Gets the migration plugin manager service. |
| MigrationConfigurationTrait::getMigrations | function | core/ |
Gets the migrations for import. |
| MigrationConfigurationTrait::getState | function | core/ |
Gets the state service. |
| MigrationConfigurationTrait::getSystemData | function | core/ |
Gets the system data from the system table of the source Drupal database. |
| MigrationCreationTrait | trait | core/ |
|
| MigrationCreationTrait.php | file | core/ |
|
| MigrationDeriverTrait | trait | core/ |
Provides functionality for migration derivers. |
| MigrationDeriverTrait.php | file | core/ |
|
| MigrationDeriverTrait::getSourcePlugin | function | core/ |
Returns a fully initialized instance of a source plugin. |
| MigrationDirectoryTest | class | core/ |
Tests that migrations exist in the migration_templates directory. |
| MigrationDirectoryTest.php | file | core/ |
|
| MigrationDirectoryTest::$modules | property | core/ |
Modules to enable. |
| MigrationDirectoryTest::testMigrationDirectory | function | core/ |
Tests that migrations in the migration_templates directory are created. |
| MigrationInterface | interface | core/ |
Interface for migrations. |
| MigrationInterface.php | file | core/ |
|
| MigrationInterface::allRowsProcessed | function | core/ |
Check if all source rows from this migration have been processed. |
| MigrationInterface::clearInterruptionResult | function | core/ |
Clears the result to return upon interruption. |
| MigrationInterface::getDestinationConfiguration | function | core/ |
Get the destination configuration, with at least a 'plugin' key. |
| MigrationInterface::getDestinationIds | function | core/ |
The destination identifiers. |
| MigrationInterface::getDestinationPlugin | function | core/ |
Returns the initialized destination plugin. |
| MigrationInterface::getIdMap | function | core/ |
Returns the initialized id_map plugin. |
| MigrationInterface::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
| MigrationInterface::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| MigrationInterface::getMigrationTags | function | core/ |
The migration tags. |
| MigrationInterface::getProcess | function | core/ |
Get the normalized process pipeline configuration describing the process plugins. |
| MigrationInterface::getProcessPlugins | function | core/ |
Returns the process plugins. |
| MigrationInterface::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| MigrationInterface::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| MigrationInterface::getStatus | function | core/ |
Get the current migration status. |
| MigrationInterface::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| MigrationInterface::getTrackLastImported | function | core/ |
If true, track time of last import. |
| MigrationInterface::id | function | core/ |
An alias for getPluginId() for backwards compatibility reasons. |
| MigrationInterface::interruptMigration | function | core/ |
Signal that the migration should be interrupted with the specified result code. |
| MigrationInterface::isAuditable | function | core/ |
Indicates if the migration is auditable. |
Pagination
- Previous page
- Page 1007
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.