Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. system.install

function system_update_11100

Invalidate container because the module handler has changed.

File

core/modules/system/system.install, line 1723

Code

function system_update_11100() : void {
    \Drupal::service('kernel')->invalidateContainer();
}
RSS feed
Powered by Drupal