Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Last active September 18, 2019 16:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/8d646585a95ba511d1fe to your computer and use it in GitHub Desktop.
Save MKorostoff/8d646585a95ba511d1fe to your computer and use it in GitHub Desktop.
name: Matthew
description: A simple hello world module.
core: 8.x
package: Custom
type: module
<?php
/**
* @file
* Code for the matthew.module.
*/
function matthew_page_alter(&$page) {
drupal_set_message('Hello world');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment