You are here

function workflow_field_attach_form in Workflow 7.2

File

./workflow.api.php, line 287
Hooks provided by the workflow module.

Code

function workflow_field_attach_form($entity_type, $entity, &$form, &$form_state, $langcode) {

  // @see http://drupal.stackexchange.com/questions/101857/difference-between-hook-form-alter-and-hook-field-attach-form
}