function pmteam_field_extra_fields_alter in Drupal PM (Project Management) 7
Implements hook_field_extra_fields().
File
- pmteam/
pmteam.module, line 120 - Functionality for the Project Management Team module Organized into the following sections:
Code
function pmteam_field_extra_fields_alter(&$info) {
$info['node']['pmteam']['form']['title']['weight'] = -21;
}