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 |
|---|---|---|---|
| migrate_prepare_row_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml |
| migrate_query_batch_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml |
| migrate_removed_post_updates | function | core/ |
Implements hook_removed_post_updates(). |
| migrate_skip_all_rows_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.info.yml |
| migrate_source_annotation_bc_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/migrate_source_annotation_bc_test.info.yml |
| migrate_source_module_test.yml | file | core/ |
core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migrations/migrate_source_module_test.yml |
| migrate_sql_count_cache_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_sql_count_cache_test/migrate_sql_count_cache_test.info.yml |
| migrate_sql_prepare_query_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/migrate_sql_prepare_query_test.info.yml |
| migrate_state_finished_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrate_state_finished_test.info.yml |
| migrate_state_finished_test.migrate_drupal.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/state/migrate_state_finished_test.migrate_drupal.yml |
| migrate_state_finished_test.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test.yml |
| migrate_state_finished_test1.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test1.yml |
| migrate_state_not_finished_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrate_state_not_finished_test.info.yml |
| 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_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_tag_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_tag_test/migrate_tag_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 |
| migrate_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| Migration | class | core/ |
Defines the Migration plugin. |
| Migration.php | file | core/ |
|
| Migration::$audit | property | core/ |
Whether the migration is auditable. |
| 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::$id | property | core/ |
The migration ID (machine name). |
| Migration::$idMap | property | core/ |
The identifier map data. |
| Migration::$idMapPlugin | property | core/ |
The identifier map. |
| Migration::$idMapPluginManager | property | core/ |
The ID map plugin manager. |
| Migration::$label | property | core/ |
The human-readable label for the migration. |
| Migration::$migrationPluginManager | property | core/ |
The migration plugin manager for loading other migration plugins. |
| 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::$sourcePlugin | property | core/ |
The source plugin. |
| Migration::$sourcePluginManager | property | core/ |
The source plugin manager. |
| Migration::$sourceRowStatus | property | core/ |
The source_row_status for the current map row. |
| Migration::$statusLabels | property | core/ |
Labels corresponding to each defined status. |
| Migration::addOptionalDependencies | function | core/ |
Add optional migration dependencies. |
| Migration::addRequiredDependencies | function | core/ |
Add required migration dependencies. |
| Migration::allRowsProcessed | function | core/ |
|
| Migration::checkRequirements | function | core/ |
|
| Migration::clearInterruptionResult | function | core/ |
|
| Migration::create | function | core/ |
Pagination
- Previous page
- Page 1111
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.