Lines Matching defs:PageProtection
15 use ComboStrap\PageProtection;
99 if (LowQualityPage::getLowQualityProtectionMode() == PageProtection::CONF_VALUE_HIDDEN) {
105 if (PagePublicationDate::getLatePublicationProtectionMode() == PageProtection::CONF_VALUE_HIDDEN) {
162 $securityConf = $this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE, PageProtection::CONF_VALUE_ACL);
163 if ($securityConf == PageProtection::CONF_VALUE_ACL) {
171 $securityConf = $this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_MODE, PageProtection::CONF_VALUE_ACL);
172 if ($securityConf == PageProtection::CONF_VALUE_ACL) {
263 if ($protectionMode != PageProtection::CONF_VALUE_ROBOT) {
270 if ($protectionMode != PageProtection::CONF_VALUE_ROBOT) {
285 function excludePageFromSearch(&$event, $protectionModes = [PageProtection::CONF_VALUE_ACL, PageProtection::CONF_VALUE_HIDDEN])
308 if (in_array($securityConf, [PageProtection::CONF_VALUE_ACL, PageProtection::CONF_VALUE_HIDDEN])) {