Skip to content

Instantly share code, notes, and snippets.

@Sanchiz
Sanchiz / gist:7627657
Last active December 29, 2015 06:18
usertools.drush.inc Examples of Drush extension.
<?php
/**
* @file
* User tools.
*/
/**
* Implements hook_drush_command().
*/
function usertools_drush_command() {
@Sanchiz
Sanchiz / gist:7456469
Last active December 28, 2015 06:19 — forked from jimbojsb/gist:1630790

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2:

<?php
/**
* @file
* Example block
*/
/**
* Implements hook_block_info().
*/
function example_block_block_info() {