You are here

function easychart_form in Easychart 7.2

Same name and namespace in other branches
  1. 7.3 easychart.module \easychart_form()
  2. 7 easychart.module \easychart_form()

Implements hook_form().

File

./easychart.module, line 96
Easychart module file.

Code

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