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 |
|---|---|---|---|
| migrate_state_not_finished_test.migrate_drupal.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml |
| migrate_state_no_file_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_no_file_test/migrate_state_no_file_test.info.yml |
| migrate_state_no_file_test.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_no_file_test/migrations/migrate_state_no_file_test.yml |
| migrate_state_no_upgrade_path.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_no_upgrade_path/migrate_state_no_upgrade_path.info.yml |
| migrate_status_not_finished_test.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml |
| migrate_stub_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_stub_test/migrate_stub_test.info.yml |
| migrate_track_changes_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_track_changes_test/migrate_track_changes_test.info.yml |
| Migration::$dependencies | property | core/ |
The migration's configuration dependencies. |
| Migration::$destination | property | core/ |
The destination configuration, with at least a 'plugin' key. |
| Migration::$destinationIds | property | core/ |
The destination identifiers. |
| Migration::$destinationPlugin | property | core/ |
The destination plugin. |
| Migration::$destinationPluginManager | property | core/ |
The destination plugin manager. |
| Migration::$migration_dependencies | property | core/ |
These migrations, if run, must be executed before this migration. |
| Migration::$migration_tags | property | core/ |
An optional list of tags, used by the plugin manager for filtering. |
| Migration::$process | property | core/ |
The configuration describing the process plugins. |
| Migration::$processPluginManager | property | core/ |
The process plugin manager. |
| Migration::$processPlugins | property | core/ |
The cached process plugins. |
| Migration::$requirements | property | core/ |
These migrations must be already executed before this migration can run. |
| Migration::$source | property | core/ |
The source configuration, with at least a 'plugin' key. |
| Migration::$sourceIds | property | core/ |
The source identifiers. |
| Migration::$sourcePlugin | property | core/ |
The source plugin. |
| Migration::$sourcePluginManager | property | core/ |
The source plugin manager. |
| Migration::$sourceRowStatus | property | core/ |
Specify value of source_row_status for current map row. Usually set by MigrateFieldHandler implementations. |
| Migration::$statusLabels | property | core/ |
Labels corresponding to each defined status. |
| Migration::$trackLastImported | property | core/ |
Track time of last import if TRUE. |
| Migration::allRowsProcessed | function | core/ |
Check if all source rows from this migration have been processed. |
| Migration::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| Migration::clearInterruptionResult | function | core/ |
Clears the result to return upon interruption. |
| Migration::findMigrationDependencies | function | core/ |
Find migration dependencies from migration_lookup and sub_process plugins. |
| Migration::getDestinationConfiguration | function | core/ |
Get the destination configuration, with at least a 'plugin' key. |
| Migration::getDestinationIds | function | core/ |
The destination identifiers. |
| Migration::getDestinationPlugin | function | core/ |
Returns the initialized destination plugin. |
| Migration::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
| Migration::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| Migration::getMigrationTags | function | core/ |
The migration tags. |
| Migration::getProcess | function | core/ |
Get the normalized process pipeline configuration describing the process plugins. |
| Migration::getProcessNormalized | function | core/ |
Resolve shorthands into a list of plugin configurations. |
| Migration::getProcessPlugins | function | core/ |
Returns the process plugins. |
| Migration::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| Migration::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| Migration::getStatus | function | core/ |
Get the current migration status. |
| Migration::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| Migration::getTrackLastImported | function | core/ |
If true, track time of last import. |
| Migration::isAuditable | function | core/ |
Indicates if the migration is auditable. |
| Migration::isTrackLastImported | function | core/ |
Checks if the migration should track time of last import. |
| Migration::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
| Migration::set | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 844
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.