Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 5105: Process batches generated during drush config:import. #5106

Open
wants to merge 1 commit into
base: 11.x
Choose a base branch
from

Commits on Mar 30, 2022

  1. Issue 5105: Process batches generated during drush config:import.

    A module may choose to initiate a batch process from hook_install(). The batch process is executed when a module is enabled in UI, via /admin/modules, or via config sync via /admin/config/development/configuration. Additionally, `drush pm:enable mymodule` also executes the batch process. Update the `drush config:import` command to use the same technique as `drush pm:enable` to get and process batches after every sync step.
    sonfd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    56f6be8 View commit details
    Browse the repository at this point in the history