Skip to content

Instantly share code, notes, and snippets.

@yannickoo
Created January 25, 2013 08:42
Show Gist options
  • Save yannickoo/4632868 to your computer and use it in GitHub Desktop.
Save yannickoo/4632868 to your computer and use it in GitHub Desktop.
Example Drupal module
name = Example
description = Irgendeine Beschreibung
core = 7.x
<?php
/**
* @file
* Hier sollte die Datei beschrieben werden.
*/
/**
* Implements hook_foo().
*/
function example_foo() {
return array();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment