Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Last active September 18, 2019 16:46
Show Gist options
  • 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