Home
last modified time | relevance | path

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

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php1651 …* @param bool $bypassEnableFieldsCheck Unless this option is TRUE, the $row is unset if enablefiel…
1655 …public function versionOL($table, &$row, $unsetMovePointers = false, $bypassEnableFieldsCheck = fa… argument
1677 …Record($this->versioningWorkspaceId, $table, $row['uid'], $fieldNames, $bypassEnableFieldsCheck)) {
1784 * @param bool $bypassEnableFieldsCheck If TRUE, enablefields are not checked for.
1788 …WorkspaceVersionOfRecord($workspace, $table, $uid, $fields = '*', $bypassEnableFieldsCheck = false) argument
1862 if ($bypassEnableFieldsCheck || $queryBuilder->executeQuery()->fetchOne()) {
1874 if ($bypassEnableFieldsCheck || $queryBuilder->executeQuery()->fetchOne()) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php1567 …* @param bool $bypassEnableFieldsCheck Unless this option is TRUE, the $row is unset if enablefiel…
1571 …public function versionOL($table, &$row, $unsetMovePointers = false, $bypassEnableFieldsCheck = fa… argument
1581 …Record($this->versioningWorkspaceId, $table, $row['uid'], $fieldNames, $bypassEnableFieldsCheck)) {
1762 * @param bool $bypassEnableFieldsCheck If TRUE, enablefields are not checked for.
1766 …WorkspaceVersionOfRecord($workspace, $table, $uid, $fields = '*', $bypassEnableFieldsCheck = false) argument
1814 if ($bypassEnableFieldsCheck || $queryBuilder->execute()->fetchColumn()) {
1826 if ($bypassEnableFieldsCheck || $queryBuilder->execute()->fetchColumn()) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageRepository.php1845 …* @param bool $bypassEnableFieldsCheck Unless this option is TRUE, the $row is unset if enablefiel…
1848 …public function versionOL($table, &$row, $unsetMovePointers = false, $bypassEnableFieldsCheck = fa… argument
1858 …Record($this->versioningWorkspaceId, $table, $row['uid'], $fieldNames, $bypassEnableFieldsCheck)) {
2035 * @param bool $bypassEnableFieldsCheck If TRUE, enablefields are not checked for.
2039 …WorkspaceVersionOfRecord($workspace, $table, $uid, $fields = '*', $bypassEnableFieldsCheck = false) argument
2089 if ($bypassEnableFieldsCheck || $queryBuilder->execute()->fetchColumn()) {
2101 if ($bypassEnableFieldsCheck || $queryBuilder->execute()->fetchColumn()) {