Home
last modified time | relevance | path

Searched refs:CONF_MANDATORY_QUALITY_RULES (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/conf/
H A Dmetadata.php154 $meta[renderer_plugin_combo_analytics::CONF_MANDATORY_QUALITY_RULES] = array('multicheckbox', '_choices' => renderer_plugin_combo_analytics::QUALITY_RULES);
/plugin/combo/renderer/
H A Danalytics.php81 const CONF_MANDATORY_QUALITY_RULES = "mandatoryQualityRules"; define in renderer_plugin_combo_analytics
572 $mandatoryRules = preg_split("/,/", $this->getConf(self::CONF_MANDATORY_QUALITY_RULES));
/plugin/combo/lang/en/
H A Dsettings.php128 $lang[renderer_plugin_combo_analytics::CONF_MANDATORY_QUALITY_RULES] = PluginUtility::getDocumentationHyperLink(LowQualityPage::LOW_QUALITY_PAGE_CANONICAL, "Mandatory Quality rules") . ' - The mandatory quality rules are the rules that should pass to consider the quality of a page as not `low`';