SU-SWS/stanford_profile_helper

View on GitHub
stanford_profile_helper.install

Summary

Maintainability
Test Coverage
<?php

/**
 * @file
 * stanford_profile_helper.install
 */

/**
 * Implements hook_update_last_removed().
 */
function stanford_profile_helper_update_last_removed() {
  return 8195;
}

/**
 * Install new submodule.
 */
function stanford_profile_helper_update_8196() {
  \Drupal::service('module_installer')->install(['stanford_decoupled']);
}