Home
last modified time | relevance | path

Searched refs:isRecordCurrentBackendUser (Results 1 – 7 of 7) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/
H A DRecordProvider.php560 && !$this->isRecordCurrentBackendUser()
582 && !$this->isRecordCurrentBackendUser()
718 protected function isRecordCurrentBackendUser(): bool function in TYPO3\\CMS\\Backend\\ContextMenu\\ItemProviders\\RecordProvider
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/
H A DRecordProvider.php559 && !$this->isRecordCurrentBackendUser()
581 && !$this->isRecordCurrentBackendUser()
717 protected function isRecordCurrentBackendUser(): bool function in TYPO3\\CMS\\Backend\\ContextMenu\\ItemProviders\\RecordProvider
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php1585 … if (!$permsEdit || $isDeletePlaceHolder || $this->isRecordCurrentBackendUser($table, $row)) {
1649 && !$this->isRecordCurrentBackendUser($table, $row)
2247 protected function isRecordCurrentBackendUser($table, $row) function in TYPO3\\CMS\\Recordlist\\RecordList\\DatabaseRecordList
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/
H A DEditDocumentController.php1664 && !$this->isRecordCurrentBackendUser()
2005 protected function isRecordCurrentBackendUser(): bool function in TYPO3\\CMS\\Backend\\Controller\\EditDocumentController
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DEditDocumentController.php1674 && !$this->isRecordCurrentBackendUser()
2061 protected function isRecordCurrentBackendUser(): bool function in TYPO3\\CMS\\Backend\\Controller\\EditDocumentController
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php1997 … if (!$permsEdit || $isDeletePlaceHolder || $this->isRecordCurrentBackendUser($table, $row)) {
2026 && !$this->isRecordCurrentBackendUser($table, $row)
2730 protected function isRecordCurrentBackendUser($table, $row) function in TYPO3\\CMS\\Recordlist\\RecordList\\DatabaseRecordList
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php2152 if (!$permsEdit || $this->isRecordCurrentBackendUser($table, $row)) {
2196 if ($this->isRecordCurrentBackendUser($table, $row)) {
2903 protected function isRecordCurrentBackendUser($table, $row) function in TYPO3\\CMS\\Recordlist\\RecordList\\DatabaseRecordList