Applies any recipes listed by the recipe.
\Drupal\Core\Recipe\RecipeConfigurator $recipes: The list of recipes to apply.
protected static function processRecipes(RecipeConfigurator $recipes) : void { foreach ($recipes->recipes as $recipe) { static::processRecipe($recipe); } }