Home
last modified time | relevance | path

Searched refs:where_groupAccess (Results 1 – 10 of 10) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php70 public $where_groupAccess = ''; variable in TYPO3\\CMS\\Core\\Domain\\Repository\\PageRepository
162 $this->where_groupAccess = '';
271 $disableGroupAccessCheck ? '' : $this->where_groupAccess,
296 $originalWhereGroupAccess = $this->where_groupAccess;
297 $this->where_groupAccess = '';
309 $this->where_groupAccess = $originalWhereGroupAccess;
838 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess),
966 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess),
1018 $savedWhereGroupAccess = $this->where_groupAccess;
1019 $this->where_groupAccess = '';
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageRepository.php95 public $where_groupAccess = ''; variable in TYPO3\\CMS\\Frontend\\Page\\PageRepository
219 … $this->where_groupAccess = $this->getMultipleGroupsWhereClause('pages.fe_group', 'pages');
235 $this->where_groupAccess = '';
343 $disableGroupAccessCheck ? '' : $this->where_groupAccess,
368 $originalWhereGroupAccess = $this->where_groupAccess;
369 $this->where_groupAccess = '';
381 $this->where_groupAccess = $originalWhereGroupAccess;
445 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess)
950 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess),
1079 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess),
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php69 public $where_groupAccess = ''; variable in TYPO3\\CMS\\Core\\Domain\\Repository\\PageRepository
144 … $this->where_groupAccess = $this->getMultipleGroupsWhereClause('pages.fe_group', 'pages');
160 $this->where_groupAccess = '';
269 $disableGroupAccessCheck ? '' : $this->where_groupAccess,
292 … $queryBuilder->andWhere(QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess));
294 $originalWhereGroupAccess = $this->where_groupAccess;
295 $this->where_groupAccess = '';
307 $this->where_groupAccess = $originalWhereGroupAccess;
807 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess),
936 QueryHelper::stripLogicalOperatorPrefix($this->where_groupAccess),
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DPageLayoutController.php410 $tempGroupAccess = $this->pageRepository->where_groupAccess;
411 $this->pageRepository->where_groupAccess = '';
436 $this->pageRepository->where_groupAccess = $tempGroupAccess;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php376 $SAVED_where_groupAccess = $this->sys_page->where_groupAccess;
378 $this->sys_page->where_groupAccess = '';
453 $this->sys_page->where_groupAccess = $SAVED_where_groupAccess;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php382 $SAVED_where_groupAccess = $this->sys_page->where_groupAccess;
384 $this->sys_page->where_groupAccess = '';
459 $this->sys_page->where_groupAccess = $SAVED_where_groupAccess;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php511 $SAVED_where_groupAccess = $this->sys_page->where_groupAccess;
513 $this->sys_page->where_groupAccess = '';
587 $this->sys_page->where_groupAccess = $SAVED_where_groupAccess;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php6689 … $constraints[] = QueryHelper::stripLogicalOperatorPrefix($tsfe->sys_page->where_groupAccess);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php6297 … $constraints[] = QueryHelper::stripLogicalOperatorPrefix($tsfe->sys_page->where_groupAccess);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php7001 … $constraints[] = QueryHelper::stripLogicalOperatorPrefix($tsfe->sys_page->where_groupAccess);