Skip to content

Commit 24508ae

Browse files
committed
12327-cookie-consent-and-gtm-extension
1 parent 356091b commit 24508ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Block/GtmCode.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ public function isCookieRestrictionModeEnabled()
104104
return $this->config->isCookieRestrictionModeEnabled();
105105
}
106106

107+
/**
108+
* Retrieve true if mf cookie consent extension is enabled
109+
*
110+
* @return bool
111+
*/
107112
public function isMfCookieConsentExtensionEnabled()
108113
{
109114
return $this->config->isMfCookieConsentExtensionEnabled();

0 commit comments

Comments
 (0)