You are here

function opigno_certificate_update_80023 in Opigno certificate 8

Enables CKEditor Background module.

File

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

Code

function opigno_certificate_update_80023() {
  \Drupal::service('module_installer')
    ->install([
    'ckeditor_bgimage',
    'ckeditor_font',
  ]);
}