Skip to content

Instantly share code, notes, and snippets.

@jemond
jemond / example.drush.inc
Last active February 27, 2023 18:45
A custom Drush command to make your Drupal site ready for local development: http://www.thirdandgrove.com/blog/2013/08/custom-drush-command.html
<?php
/**
* @file
* Custom Drush integration.
*/
/**
* Implements hook_drush_command().
*
* @return