I am working on a project where i need to port a custom field created in d6 to d7. This field was implementing a hook_widget.
Can anyone tell me the replacement for this in drupal 7?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
hook_widget()has been renamed tohook_field_widget_form()in Drupal 7. There’s also some new arguments for it.http://api.drupal.org/api/drupal/modules–field–field.api.php/function/hook_field_widget_form/7
@See http://drupal.org/node/728792