You are here

function varbase_media_update_8708 in Varbase Media 9.0.x

Same name and namespace in other branches
  1. 8.7 varbase_media.install \varbase_media_update_8708()

Issue #3151898: Remove [Slick Media] module dependencies.

From [Varbase Media] module and replace it with the main module Slick and uninstall.

File

./varbase_media.install, line 478
Contains install and update for Varbase Media module.

Code

function varbase_media_update_8708() {

  // The Slick module had released the update.
  // It is doing the same update process in the Slick module.
  // --------------------------------------------------------
  // Move all module dependencies on existing config entities from
  // "slick_media" to "slick".
  // Entity updates to clear up any mismatched entity and/or field definitions
  // And Fix changes were detected in the entity type and field definitions.
}