Closed (works as designed)
Project:
Inline Entity Form
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2015 at 18:37 UTC
Updated:
19 May 2015 at 19:01 UTC
Jump to comment: Most recent
Comments
Comment #1
kevincrafts commentedThis is the hook I was looking for: hook_field_widget_form_alter(&$element, &$form_state, $context)
Comment #2
bisonbleu commentedThanks a bunch @kevincrafts that's the hook I was looking for. Works.