You are here

function opigno_certificate_update_80025 in Opigno certificate 8

Disable module view_mode_selector.

File

./opigno_certificate.install, line 125
Install, update and uninstall functions for the Opigno Certificate module.

Code

function opigno_certificate_update_80025() {
  \Drupal::service('module_installer')
    ->uninstall([
    'view_mode_selector',
  ]);
}