Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Extension/ThemeInstaller.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
263 // Don't check schema when uninstalling a theme since we are only clearing | 263 // Don't check schema when uninstalling a theme since we are only clearing |
264 // keys. | 264 // keys. |
265 $extension_config->save(TRUE); | 265 $extension_config->save(TRUE); |
266 $this->state->set('system.theme.data', $current_theme_data); | 266 $this->state->set('system.theme.data', $current_theme_data); |
267 | 267 |
268 | |
269 // @todo Remove system_list(). | 268 // @todo Remove system_list(). |
270 $this->themeHandler->refreshInfo(); | 269 $this->themeHandler->refreshInfo(); |
271 $this->resetSystem(); | 270 $this->resetSystem(); |
272 | 271 |
273 $this->moduleHandler->invokeAll('themes_uninstalled', [$theme_list]); | 272 $this->moduleHandler->invokeAll('themes_uninstalled', [$theme_list]); |