From 1afc681954e5f78a2035dbd8d6624b509757f055 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Mon, 24 Aug 2026 12:11:21 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../app-reference/script-reference/script-hooks-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/references/app-reference/script-reference/script-hooks-reference.md b/resources/references/app-reference/script-reference/script-hooks-reference.md index 276c689e2..43a939def 100644 --- a/resources/references/app-reference/script-reference/script-hooks-reference.md +++ b/resources/references/app-reference/script-reference/script-hooks-reference.md @@ -43,7 +43,7 @@ All available Hooks that can be used to load additional data. | **Name** | cookie-group-collect | | **Since** | 6.7.14.0 | | **Class** | `Shopware\Core\Content\Cookie\Hook\CookieGroupCollectHook` | -| **Description** | Triggered when the cookie consent groups are collected for the current sales channel.
Allows apps to modify or remove cookie groups and entries, e.g., depending on the payment methods active in the current sales channel. | +| **Description** | Triggered when the cookie consent groups are collected for the current sales channel.
Allows apps to modify or remove cookie groups and entries, e.g. depending on the payment methods active in the current sales channel. | | **Available Data** | context: [`Shopware\Core\Framework\Context`](https://github.com/shopware/shopware/blob/trunk/src/Core/Framework/Context.php)
cookieGroups: [`Shopware\Core\Content\Cookie\Struct\CookieGroupCollection`](https://github.com/shopware/shopware/blob/trunk/src/Core/Content/Cookie/Struct/CookieGroupCollection.php)
salesChannelContext: [`Shopware\Core\System\SalesChannel\SalesChannelContext`](https://github.com/shopware/shopware/blob/trunk/src/Core/System/SalesChannel/SalesChannelContext.php)
| | **Available Services** | [repository](./data-loading-script-services-reference#RepositoryFacade)
[config](./miscellaneous-script-services-reference#SystemConfigFacade)
[store](./data-loading-script-services-reference#SalesChannelRepositoryFacade)
[acl](./miscellaneous-script-services-reference#AclFacade)
| | **Stoppable** | `false` |