Prestashop 1.7:从上下文中获取商店组 ID?

Prestashop 1.7: Getting the Shop Group ID from the context?

\Context::getContext()->shop->id 允许我们从上下文中获取商店 ID。

我在 class 和 Google 中寻找 \Context::getContext()->shop->group_id\Context::getContext()->group_shop->id,但没有找到任何相关内容。

如何从上下文中获取商店组 ID?

尝试Context::getContext()->shop->getContextShopGroupID();