function thunder_update_8102 in Thunder 8.2
Installs the access_unpublished module.
File
- ./
thunder.install, line 344 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_8102() {
\Drupal::service('module_installer')
->install([
'access_unpublished',
]);
}