hook_themes_installed($theme_list)
Respond to themes being installed.
array $theme_list: Array containing the names of the themes being installed.
\Drupal\Core\Extension\ThemeHandler::install()
function hook_themes_installed($theme_list) { foreach ($theme_list as $theme) { block_theme_initialize($theme); } }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!theme.api.php/function/hook_themes_installed/8.1.x