You are here

function features_form in Features 7.2

Same name and namespace in other branches
  1. 6 features.module \features_form()
  2. 7 features.module \features_form()

Implements hook_form().

File

./features.module, line 331
Main *.module file for the 'features' module.

Code

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