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 |
|---|---|---|---|
| migrate_drupal_post_update_uninstall_multilingual | function | core/ |
Uninstall migrate_drupal_multilingual since migrate_drupal is installed. |
| migrate_drupal_ui.info.yml | file | core/ |
core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml |
| migrate_drupal_ui.install | file | core/ |
Install, update, and uninstall functions for the migrate_drupal_ui module. |
| migrate_drupal_ui.libraries.yml | file | core/ |
core/modules/migrate_drupal_ui/migrate_drupal_ui.libraries.yml |
| migrate_drupal_ui.links.menu.yml | file | core/ |
core/modules/migrate_drupal_ui/migrate_drupal_ui.links.menu.yml |
| migrate_drupal_ui.module | file | core/ |
Alert administrators before starting the import process. |
| migrate_drupal_ui.routing.yml | file | core/ |
core/modules/migrate_drupal_ui/migrate_drupal_ui.routing.yml |
| migrate_drupal_ui_help | function | core/ |
Implements hook_help(). |
| migrate_drupal_ui_install | function | core/ |
Implements hook_install(). |
| migrate_drupal_update_8501 | function | core/ |
Creates migrate_drupal.settings config object. |
| migrate_drupal_update_8502 | function | core/ |
Sets the follow-up migration tags. |
| migrate_drupal_update_8601 | function | core/ |
Install migrate_drupal_multilingual since migrate_drupal is installed. |
| 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_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_help | function | core/ |
Implements hook_help(). |
| 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_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/ |
Test module for testing 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_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_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 |
| migrate_update_8001 | function | core/ |
Remove load plugin references from existing migrations. |
| Migration | class | core/ |
Defines the Migration plugin. |
| Migration | class | core/ |
Calculates the value of a property based on a previous migration. |
| Migration.php | file | core/ |
|
| Migration.php | file | core/ |
|
| Migration::$audit | property | core/ |
Whether the migration is auditable. |
| 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::$id | property | core/ |
The migration ID (machine name). |
Pagination
- Previous page
- Page 1005
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.