Skip to content
Snippets Groups Projects

Put each entity type table into a details element on admin/config/regional/content-language

5 files
+ 100
3
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -523,12 +523,12 @@ public function uninstall(array $module_list, $uninstall_dependents = TRUE) {
// into its statically cached list.
\Drupal::service('extension.list.module')->reset();
// Clear plugin manager caches.
\Drupal::getContainer()->get('plugin.cache_clearer')->clearCachedDefinitions();
// Update the kernel to exclude the uninstalled modules.
$this->updateKernel($module_filenames);
// Clear plugin manager caches.
\Drupal::getContainer()->get('plugin.cache_clearer')->clearCachedDefinitions();
// Update the theme registry to remove the newly uninstalled module.
drupal_theme_rebuild();
Loading