You are here

function social_search_update_8701 in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_search/social_search.install \social_search_update_8701()
  2. 8.7 modules/social_features/social_search/social_search.install \social_search_update_8701()
  3. 10.3.x modules/social_features/social_search/social_search.install \social_search_update_8701()
  4. 10.0.x modules/social_features/social_search/social_search.install \social_search_update_8701()
  5. 10.1.x modules/social_features/social_search/social_search.install \social_search_update_8701()
  6. 10.2.x modules/social_features/social_search/social_search.install \social_search_update_8701()

Install Better Exposed Filter module.

File

modules/social_features/social_search/social_search.install, line 99
Install, update and uninstall functions for the social_search module.

Code

function social_search_update_8701() {
  $modules = [
    'better_exposed_filters',
  ];
  \Drupal::service('module_installer')
    ->install($modules);
}