Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php31 public const CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING = "excludedQualityRulesFromDynamicMonitoring"; define in ComboStrap\\Api\\QualityMessageHandler
/plugin/combo/ComboStrap/
H A DQualityTag.php60 $excludedRulesConf =ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getValue(QualityMessageHandler::CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING);
/plugin/combo/conf/
H A Dmetadata.php160 $meta[QualityMessageHandler::CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING] = array('multicheckbox', '_choices' => renderer_plugin_combo_analytics::QUALITY_RULES);
/plugin/combo/lang/en/
H A Dsettings.php137 $lang[QualityMessageHandler::CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING] = PluginUtility::getDocumentationHyperLink("quality:dynamic_monitoring", "Quality Dynamic Monitoring") . " - If chosen, the quality rules will not be monitored.)";