Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/4.0.0' into develop
Browse files Browse the repository at this point in the history
4.0.0
  • Loading branch information
MdNadimHossain committed Dec 7, 2023
2 parents 83f0cd6 + 18e464a commit ad61ac0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tide_search.install
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ function tide_search_install() {
$tideSearchOperation = new TideSearchOperation();
$tideSearchOperation->removeTideAlertFromDatasource();
}

/**
* Install module tide_data_pipeline.
*/
function tide_search_update_10001() {
if (!\Drupal::moduleHandler()->moduleExists('tide_data_pipeline')) {
$module_installer = \Drupal::service('module_installer');
$module_installer->install(['tide_data_pipeline']);
}
}

0 comments on commit ad61ac0

Please sign in to comment.