You are here

function sbp_test_form in Search by Page 7

Implements hook_form().

File

tests/sbp_test.module, line 199
Module file for Search by Page testing.

Code

function sbp_test_form($node, $form_state) {
  return node_content_form($node, $form_state);
}