Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\App\Helper\Context $context, \Magento\GoogleAnalytics\Helper\Data $analyticsHelper) | |
isGoogleExperimentEnabled ($store=null) | |
isGoogleExperimentActive ($store=null) | |
![]() | |
__construct (Context $context) | |
isModuleOutputEnabled ($moduleName=null) | |
Data Fields | |
const | XML_PATH_ENABLED = 'google/analytics/experiments' |
Protected Attributes | |
$_activeForCmsFlag | |
$_analyticsHelper | |
![]() | |
$_moduleName | |
$_request | |
$_moduleManager | |
$_logger | |
$_urlBuilder | |
$_httpHeader | |
$_eventManager | |
$_remoteAddress | |
$urlEncoder | |
$urlDecoder | |
$scopeConfig | |
$_cacheConfig | |
Additional Inherited Members | |
![]() | |
_getRequest () | |
_getModuleName () | |
_getUrl ($route, $params=[]) | |
__construct | ( | \Magento\Framework\App\Helper\Context | $context, |
\Magento\GoogleAnalytics\Helper\Data | $analyticsHelper | ||
) |
isGoogleExperimentActive | ( | $store = null | ) |
Checks if Google Experiment is active
string | $store |
Definition at line 63 of file Data.php.
isGoogleExperimentEnabled | ( | $store = null | ) |
Checks if Google Experiment is enabled
string | $store |
Definition at line 52 of file Data.php.
const XML_PATH_ENABLED = 'google/analytics/experiments' |