Home
last modified time | relevance | path

Searched refs:CONF_DISABLE_QUALITY_MONITORING (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php26 public const CONF_DISABLE_QUALITY_MONITORING = "disableDynamicQualityMonitoring"; define in ComboStrap\\Api\\QualityMessageHandler
/plugin/combo/conf/
H A Dmetadata.php159 $meta[QualityMessageHandler::CONF_DISABLE_QUALITY_MONITORING] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php138 $lang[QualityMessageHandler::CONF_DISABLE_QUALITY_MONITORING] = PluginUtility::getDocumentationHyperLink("quality:dynamic_monitoring", "Quality Dynamic Monitoring") . " - Disable the Quality Dynamic Monitoring feature (the quality message will not appear anymore)";
/plugin/combo/ComboStrap/
H A DMarkupPath.php1765 if (SiteConfig::getConfValue(QualityMessageHandler::CONF_DISABLE_QUALITY_MONITORING) === 1) {