az-digital / migrate_devel
Fork of Drupal Migrate Devel module with D10 support
Installs: 1 209
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-module
This package is auto-updated.
Last update: 2024-12-15 04:28:23 UTC
README
- Introduction
- Requirements
- Recommended modules
- Installation
- Configuration
- Maintainers
INTRODUCTION
The Migrate Devel module adds utilities to help out developers when creating migrations.
-
For a full description of the module, visit the project page: https://drupal.org/project/migrate_devel
-
To submit bug reports and feature suggestions, or to track changes: https://drupal.org/project/issues/migrate_devel
RECOMMENDED MODULES
INSTALLATION
- Install as you would normally install a contributed Drupal module. Visit: https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
Options are:
--migrate-debug
- Prints out rows as they run. Can be used inmigrate-import
ormigrate-status
and will revert existing migrations to the default and clear the cache for them. This requires config_update if you use migrate_plus because migrations go into config.--migrate-debug-pre
- Same as above before the process is run on the row. Can be used inmigrate-import
.
MAINTAINERS
Current maintainers:
Former maintainers:
This project is sponsored by:
- Mindgrub Technologies - Derimagia's work on the 8.x-1.x branch.