We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356091b commit 24508aeCopy full SHA for 24508ae
Block/GtmCode.php
@@ -104,6 +104,11 @@ public function isCookieRestrictionModeEnabled()
104
return $this->config->isCookieRestrictionModeEnabled();
105
}
106
107
+ /**
108
+ * Retrieve true if mf cookie consent extension is enabled
109
+ *
110
+ * @return bool
111
+ */
112
public function isMfCookieConsentExtensionEnabled()
113
{
114
return $this->config->isMfCookieConsentExtensionEnabled();
0 commit comments