Drupal investigation

language.install 209B

1234567891011121314
  1. <?php
  2. /**
  3. * @file
  4. * Update functions for Language module.
  5. */
  6. /**
  7. * Rebuild the container as services changed.
  8. */
  9. function language_update_8001() {
  10. \Drupal::service('kernel')->invalidateContainer();
  11. }