function RecipeIsApplyingTestHooks::themesInstalled
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/recipe_is_applying_test/src/Hook/RecipeIsApplyingTestHooks.php \Drupal\recipe_is_applying_test\Hook\RecipeIsApplyingTestHooks::themesInstalled()
Implements hook_themes_installed().
Attributes
#[Hook('themes_installed')]
File
-
core/
modules/ system/ tests/ modules/ recipe_is_applying_test/ src/ Hook/ RecipeIsApplyingTestHooks.php, line 31
Class
- RecipeIsApplyingTestHooks
- Hook implementations for recipe_is_applying_test.
Namespace
Drupal\recipe_is_applying_test\HookCode
public function themesInstalled(array $theme_list) : void {
$this->keyValueFactory
->get('recipe_is_applying_test')
->set('themes_installed', RecipeRunner::isApplying());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.