Tagged Questions
0
votes
1answer
368 views
Drupal 6 to Drupal 7 migration form API php code snippet
I'm trying to figure out what is wrong with this bit of Drupal 6 php code i'm trying to get working in Drupal 7:
function node_widget_get_fields(&$form) {
$fields = array();
if ...