-
Notifications
You must be signed in to change notification settings - Fork 0
This is a simple example of creating a custom Drush 9 command to launch a batch process in Drupal 8
StavoveiC/Drupal8-ex-batch-with-drush9-command
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
EX_BATCH_DRUSH9 =============== This is a simple example of creating a custom Drush 9 command to launch a batch process. Read the blog post here: http://karimboudjema.com/en/drupal/20181127/how-run-batch-processing-custom-drush-9-command-drupal-8 This kind of command can be launched by a *nix crontab or by the console command line. This command will first load the nid of the content type passed as argument. Next it will launch a batch process for each node and simulate an long operation. Install ------- - Download the module in your /modules/custom directory. - Install it with Drupal Console: drupal moi ex_batch_drush9 Use --- drush update-node drush update-node page drush update-node article
About
This is a simple example of creating a custom Drush 9 command to launch a batch process in Drupal 8
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%