You are here

function pmteam_update_7103 in Drupal PM (Project Management) 8

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

Migrate PM Team nodes to field_api fields.

File

pmteam/pmteam.install, line 84
Install, uninstall and update functions for the PM Team module.

Code

function pmteam_update_7103(&$sandbox) {
  module_load_include('inc', 'pmteam', 'includes/pmteam.migrate');
  if (pmteam_migrate_update_could_be_performed()) {
    return pmteam_migrate($sandbox);
  }
}