Skip to content

Commit

Permalink
HSD8-000: Uninstall page_cache (#1596)
Browse files Browse the repository at this point in the history
* HSD8-000: Uninstall page_cache.
  • Loading branch information
joegl authored Aug 8, 2024
1 parent 82700d8 commit e87a266
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ module:
node_revision_delete: 0
oembed_providers: 0
options: 0
page_cache: 0
paragraphs_browser: 0
paragraphs_edit: 0
path: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies:
- 'drupal:migrate'
- 'drupal:node'
- 'drupal:options'
- 'drupal:page_cache'
- 'drupal:path'
- 'drupal:path_alias'
- 'drupal:responsive_image'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -915,3 +915,11 @@ function su_humsci_profile_update_9707() {
// Uninstall eck module.
\Drupal::service('module_installer')->uninstall(['eck']);
}


/**
* Uninstall page_cache.
*/
function su_humsci_profile_update_9708() {
\Drupal::service('module_installer')->uninstall(['page_cache']);
}

0 comments on commit e87a266

Please sign in to comment.