function RecipeIsApplyingTestSubscriber::__construct
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/recipe_is_applying_test/src/EventSubscriber/RecipeIsApplyingTestSubscriber.php \Drupal\recipe_is_applying_test\EventSubscriber\RecipeIsApplyingTestSubscriber::__construct()
File
-
core/
modules/ system/ tests/ modules/ recipe_is_applying_test/ src/ EventSubscriber/ RecipeIsApplyingTestSubscriber.php, line 19
Class
- RecipeIsApplyingTestSubscriber
- Records the isApplying flag when recipe-provided configuration is saved.
Namespace
Drupal\recipe_is_applying_test\EventSubscriberCode
public function __construct(private KeyValueFactoryInterface $keyValueFactory) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.