Coffee

DrupalJam 2015

Over

Michael Mol

Minter

@michaelmol

De Coffee module

alt + d

Status

+/- 9500 installs

Stable 7.x-2.2

8.x-1.x-dev

Demo

hook_coffee_commands()


/**
 * Implements hook_coffee_commands().
 */
function MYMODULE_coffee_commands() {
  $commands = array();

  $commands[] = array(
    'value' => 'mymodule/cache-clear/all',
    'label' => 'Cache clear all',
    'command' => ':cc',
  );

  return $commands;
}
                    

Voorbeeld implementatie van hook_coffee_commands().

Vragen?


Coffee
drupal.org/project/coffee


Michael Mol
@michaelmol