|
|
Drupal example source code file (module_test.file.inc)
The module_test.file.inc Drupal example source code<?php // $Id: module_test.file.inc,v 1.3 2010/11/27 20:41:38 dries Exp $ /** * @file * A file to test module_implements() loading includes. */ /** * Implements hook_test_hook(). */ function module_test_test_hook() { return array('module_test' => 'success!'); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal module_test.file.inc source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.