Skip to content

Commit

Permalink
SDSS-1218: Disabled page cache module (#426)
Browse files Browse the repository at this point in the history
SDSS-1218: Disabled page cache module.
  • Loading branch information
joegl authored May 1, 2024
1 parent 4792b27 commit fb88361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ module:
oembed_lazyload: 0
oembed_providers: 0
options: 0
page_cache: 0
page_manager: 0
page_manager_ui: 0
paragraphs_edit: 0
Expand Down
8 changes: 8 additions & 0 deletions docroot/profiles/sdss/sdss_profile/sdss_profile.install
Original file line number Diff line number Diff line change
Expand Up @@ -855,3 +855,11 @@ function sdss_profile_update_10004() {
function sdss_profile_update_10005() {
\Drupal::service('module_installer')->uninstall(['earth_news_importer']);
}

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

0 comments on commit fb88361

Please sign in to comment.