You are here

function varbase_seo_update_8008 in Varbase SEO 8.4

Enable Real-time SEO for Drupal module.

File

./varbase_seo.install, line 104
Install, update and uninstall functions for the Varbase SEO module.

Code

function varbase_seo_update_8008() {
  if (!\Drupal::moduleHandler()
    ->moduleExists('yoast_seo')) {
    \Drupal::service('module_installer')
      ->install([
      'yoast_seo',
    ], FALSE);
  }
}