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