Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| migrate_drupal_ui.services.yml | file | core/ |
core/modules/migrate_drupal_ui/migrate_drupal_ui.services.yml |
| migrate_drupal_ui_install | function | core/ |
Implements hook_install(). |
| migrate_drupal_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| migrate_entity_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml |
| migrate_events_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml |
| migrate_expected_migrations_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrate_expected_migrations_test.info.yml |
| migrate_external_translated_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml |
| migrate_field_plugin_manager_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml |
| migrate_high_water_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml |
| migrate_lookup_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_lookup_test/migrate_lookup_test.info.yml |
| migrate_missing_database_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_missing_database_test/migrate_missing_database_test.info.yml |
| migrate_no_migrate_drupal_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrate_no_migrate_drupal_test.info.yml |
| migrate_no_migrate_drupal_test.routing.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrate_no_migrate_drupal_test.routing.yml |
| migrate_overwrite_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml |
| migrate_prepare_row_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml |
| migrate_prepare_row_test.module | file | core/ |
Tests the migration source plugin prepareRow() exception handling. |
| migrate_prepare_row_test_migrate_prepare_row | function | core/ |
Implements hook_migrate_prepare_row(). |
| 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_skip_all_rows_test.module | file | core/ |
Tests the migration source plugin prepareRow() exception. |
| migrate_skip_all_rows_test_migrate_prepare_row | function | core/ |
Implements hook_migrate_prepare_row(). |
| 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_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::$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::$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. |
Pagination
- Previous page
- Page 886
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.