You are here

function pmticket_field_extra_fields_alter in Drupal PM (Project Management) 7

Implements hook_field_extra_fields_alter().

File

pmticket/pmticket.module, line 165
1: Hooks 2: Access functions

Code

function pmticket_field_extra_fields_alter(&$info) {
  $info['node']['pmticket']['form']['title']['weight'] = -18;
}