You are here

function easychart_form in Easychart 7.3

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

Implements hook_form().

File

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

Code

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