su-sws/stanford_migrate

Stanford Migrate Helper functions

Maintainers

Package info

github.com/SU-SWS/stanford_migrate

Type:drupal-custom-module

pkg:composer/su-sws/stanford_migrate

Transparency log

Statistics

Installs: 157 178

Dependents: 12

Suggesters: 0

Stars: 0

Open Issues: 0

9.2.2 2026-08-10 20:12 UTC

README

Version: 8.x-1.x

Maintainability Test Coverage CircleCI

Maintainers: Mike Decker, sherakama

Changelog: Changelog.txt

Description

The Stanford Migrate module is full of support functionality for the migrate module.

Installation

Install this module like any other module. See Drupal Documentation

Configuration

Nothing special needed.

Debug Mode

This module has a debug_mode setting for more verbose logging, disabled by default and only togglable via drush (not exposed on any config form):

drush cset stanford_migrate.settings debug_mode 1

Developers adding new logging to this module should consider gating it behind debug mode if it isn't actionable by default.

Troubleshooting

If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Contribution / Collaboration

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests