Create a custom Drush command, which makes use of re-usable functions within our Movie Import module.
Objectives and Prerequisites
You will need the following knowledge and skills. If you need a review, check out the Resources section at the bottom of this page.
- How to create a custom Drush command for importing content.
Tasks
Write a Drush command in the movie_import custom module, which imports all the films defined in the variable created in the install file.
Write a Drush command which deletes all movies in the website.
Summary
- Drush commands allow us to run time-consuming processes without timing out.
- Drush commands can be used within shell scripts, for example to manage releases of Drupal.
Resources
- Drush.org documentation (drush.org)
- Video: Coding for Drush series (Drupalize.Me)