You are here

nfstest.module in Node and Comments Form Settings 6.2

Same filename and directory in other branches
  1. 6.3 nfstest/nfstest.module

File

nfstest/nfstest.module
View source
<?php

/**
 * Implementation of hook_form_alter()
 */
function nfstest_form_alter(&$form, $form_state, $form_id) {

  // print_r($form_id);
}

Functions

Namesort descending Description
nfstest_form_alter Implementation of hook_form_alter()