You are here

function pmticket_update_7105 in Drupal PM (Project Management) 8

Same name and namespace in other branches
  1. 7.3 pmticket/pmticket.install \pmticket_update_7105()
  2. 7.2 pmticket/pmticket.install \pmticket_update_7105()

Migrate PM Ticket nodes to field_api fields.

File

pmticket/pmticket.install, line 63
Installation functions for the Project Management project module.

Code

function pmticket_update_7105(&$sandbox) {
  module_load_include('inc', 'pmticket', 'includes/pmticket.migrate');
  if (pmticket_migrate_update_could_be_performed()) {
    return pmticket_migrate($sandbox);
  }
}