degov-8.x-2.0/modules/degov_search_media/degov_search_media.install
modules/degov_search_media/degov_search_media.install
<?php
/**
* Implements hook_install().
*/
function degov_search_media_install() {
// Flush plugin caches so our facets will be shown.
\Drupal::service('plugin.cache_clearer')->clearCachedDefinitions();
}
/**
* Next module update version is 8007.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
