Home
last modified time | relevance | path

Searched refs:BackendUtility (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4/
H A DImportant-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst178 * :php:`BackendUtility::splitTable_Uid()`
179 * :php:`BackendUtility::BEenableFields()`
180 * :php:`BackendUtility::openPageTree()`
181 * :php:`BackendUtility::getUserNames()`
182 * :php:`BackendUtility::getGroupNames()`
183 * :php:`BackendUtility::blindUserNames()`
186 * :php:`BackendUtility::helpTextArray()`
187 * :php:`BackendUtility::helpText()`
188 * :php:`BackendUtility::wrapInHelp()`
193 * :php:`BackendUtility::movePlhOL()`
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4/
H A DImportant-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst178 * :php:`BackendUtility::splitTable_Uid()`
179 * :php:`BackendUtility::BEenableFields()`
180 * :php:`BackendUtility::openPageTree()`
181 * :php:`BackendUtility::getUserNames()`
182 * :php:`BackendUtility::getGroupNames()`
183 * :php:`BackendUtility::blindUserNames()`
186 * :php:`BackendUtility::helpTextArray()`
187 * :php:`BackendUtility::helpText()`
188 * :php:`BackendUtility::wrapInHelp()`
193 * :php:`BackendUtility::movePlhOL()`
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DDeprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst4 Deprecation: #54152 - Deprecate arguments of BackendUtility::getPagesTSconfig
12 :php:`BackendUtility::getPagesTSconfig($id, $rootLine = null, $returnPartArray = false)` allowed th…
22 Calling :php:`BackendUtility::getPagesTSconfig` with `$rootline` and/or `$returnPartArray` being di…
29 All installations that call :php:`BackendUtility::getPagesTSconfig` with :php:`$rootline` and/or :p…
36 Calling :php:`BackendUtility::getPagesTSconfig` with just the :php:`id` argument still behaves the …
39 If you called :php:`BackendUtility::getPagesTSconfig` with :php:`$returnPartArray` being :php:`true…
40 you should now call `BackendUtility::getRawPagesTSconfig`. You will get the non parsed TSconfig, ju…
42 If you called :php:`BackendUtility::getPagesTSconfig` providing a custom rootline via :php:`$rootli…
43 you should now call :php:`BackendUtility::getRawPagesTSconfig($id, $rootLine = null)` with your cus…
44 and parse the returned TSconfig yourself, just like :php:`BackendUtility::getPagesTSconfig` does.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DDeprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst4 Deprecation: #54152 - Deprecate arguments of BackendUtility::getPagesTSconfig
12 :php:`BackendUtility::getPagesTSconfig($id, $rootLine = null, $returnPartArray = false)` allowed th…
22 Calling :php:`BackendUtility::getPagesTSconfig` with `$rootline` and/or `$returnPartArray` being di…
29 All installations that call :php:`BackendUtility::getPagesTSconfig` with :php:`$rootline` and/or :p…
36 Calling :php:`BackendUtility::getPagesTSconfig` with just the :php:`id` argument still behaves the …
39 If you called :php:`BackendUtility::getPagesTSconfig` with :php:`$returnPartArray` being :php:`true…
40 you should now call `BackendUtility::getRawPagesTSconfig`. You will get the non parsed TSconfig, ju…
42 If you called :php:`BackendUtility::getPagesTSconfig` providing a custom rootline via :php:`$rootli…
43 you should now call :php:`BackendUtility::getRawPagesTSconfig($id, $rootLine = null)` with your cus…
44 and parse the returned TSconfig yourself, just like :php:`BackendUtility::getPagesTSconfig` does.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DDeprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst4 Deprecation: #54152 - Deprecate arguments of BackendUtility::getPagesTSconfig
12 :php:`BackendUtility::getPagesTSconfig($id, $rootLine = null, $returnPartArray = false)` allowed th…
22 Calling :php:`BackendUtility::getPagesTSconfig` with `$rootline` and/or `$returnPartArray` being di…
29 All installations that call :php:`BackendUtility::getPagesTSconfig` with :php:`$rootline` and/or :p…
36 Calling :php:`BackendUtility::getPagesTSconfig` with just the :php:`id` argument still behaves the …
39 If you called :php:`BackendUtility::getPagesTSconfig` with :php:`$returnPartArray` being :php:`true…
40 you should now call `BackendUtility::getRawPagesTSconfig`. You will get the non parsed TSconfig, ju…
42 If you called :php:`BackendUtility::getPagesTSconfig` providing a custom rootline via :php:`$rootli…
43 you should now call :php:`BackendUtility::getRawPagesTSconfig($id, $rootLine = null)` with your cus…
44 and parse the returned TSconfig yourself, just like :php:`BackendUtility::getPagesTSconfig` does.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DElementInformationController.php30 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
182 $this->row = BackendUtility::getRecordWSOL($this->table, $this->uid);
277 'title' => BackendUtility::getRecordTitle($this->table, $this->row)
369 $label = $lang->sL(BackendUtility::getItemLabel($this->table, $name));
630 …$actions['viewOnClick'] = BackendUtility::viewOnClick($uid, '', BackendUtility::BEgetRootLine($uid…
701 $record = BackendUtility::getRecord($row['tablename'], $row['recuid']);
703 BackendUtility::fixVersioningPid($row['tablename'], $record);
707 $parentRecord = BackendUtility::getRecord('pages', $record['pid']);
709 ? BackendUtility::getRecordTitle('pages', $parentRecord)
787 $record = BackendUtility::getRecord($row['ref_table'], $row['ref_uid']);
[all …]
H A DMoveElementController.php25 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
147 $elRow = BackendUtility::getRecordWSOL($this->table, $this->moveUid);
151 $assigns['recordTooltip'] = BackendUtility::getRecordToolTip($elRow, $this->table);
152 $assigns['recordTitle'] = BackendUtility::getRecordTitle($this->table, $elRow, true);
159 $pageInfo = BackendUtility::readPageAccess($this->page_id, $this->perms_clause);
167 … $pidPageInfo = BackendUtility::readPageAccess($pageInfo['pid'], $this->perms_clause);
187 $tt_content_rec = BackendUtility::getRecord('tt_content', $this->moveUid);
193 $pageInfo = BackendUtility::readPageAccess($this->page_id, $this->perms_clause);
202 … $assigns['ttContent']['recordTooltip'] = BackendUtility::getRecordToolTip($pageInfo, 'pages');
203 … $assigns['ttContent']['recordTitle'] = BackendUtility::getRecordTitle('pages', $pageInfo, true);
[all …]
H A DElementHistoryController.php25 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
143 … $parentPage = BackendUtility::getRecord($elementData[0], $elementData[1], '*', '', false);
177 $record = BackendUtility::getRecord($table, $uid, '*', '', false);
338 $beUserArray = BackendUtility::getUserNames();
356 $singleLine['time'] = BackendUtility::datetime($entry['tstamp']);
413BackendUtility::getProcessedValue($table, $fN, $entry['newRecord'][$fN], 0, true)
420 'title' => $languageService->sL(BackendUtility::getItemLabel($table, $fN)),
467 $title .= ' (' . BackendUtility::getRecordTitle($table, $record, true) . ')';
482 … $this->recordCache[$table][$uid] = BackendUtility::getRecord($table, $uid, '*', '', false);
541 $record = BackendUtility::getRecord($tableName, $elementUid, '*', '', false);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Preview/
H A DPreviewUriBuilder.php20 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
86 …return BackendUtility::getViewDomain($uid) . '/index.php?' . HttpUtility::buildQueryString($linkPa…
144 … return BackendUtility::viewOnClick(BackendUtility::getLiveVersionIdOfRecord('pages', $uid));
148 $liveRecord = BackendUtility::getLiveVersionOfRecord($table, $uid);
151 $versionRecord = BackendUtility::getRecord($table, $uid);
154 … $movePlaceholder = BackendUtility::getMovePlaceholder($table, $liveRecord['uid'], 'pid');
161 if (BackendUtility::isTableLocalizable($table)) {
168 $pageTsConfig = BackendUtility::getPagesTSconfig($previewPageId);
173 … $viewUrl = BackendUtility::viewOnClick($previewPageId, '', null, '', '', $additionalParameters);
188 … $viewUrl = BackendUtility::viewOnClick($previewPageId, '', null, '', '', $additionalParameters);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-69568-VariousFormEngineRelatedMethods.rst15 * `BackendUtility::getExcludeFields()`
16 * `BackendUtility::getExplicitAuthFieldValues()`
17 * `BackendUtility::getSystemLanguages()`
18 * `BackendUtility::getRegisteredFlexForms()`
19 * `BackendUtility::exec_foreign_table_where_query()`
20 * `BackendUtility::replaceMarkersInWhereClause()`
H A DDeprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst13 The method `BackendUtility::getUrlToken` has been introduced as shortcut to
17 `BackendUtility::getUrlToken` is not needed anymore and therefore has been
24 Third party code using `BackendUtility::getUrlToken` will trigger deprecation
39 calls : `BackendUtility::getModuleUrl('tce_db')`, `BackendUtility::getModuleUrl('tce_file')`
40 or `BackendUtility::getModuleUrl('record_edit')`.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-69568-VariousFormEngineRelatedMethods.rst15 * `BackendUtility::getExcludeFields()`
16 * `BackendUtility::getExplicitAuthFieldValues()`
17 * `BackendUtility::getSystemLanguages()`
18 * `BackendUtility::getRegisteredFlexForms()`
19 * `BackendUtility::exec_foreign_table_where_query()`
20 * `BackendUtility::replaceMarkersInWhereClause()`
H A DDeprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst13 The method `BackendUtility::getUrlToken` has been introduced as shortcut to
17 `BackendUtility::getUrlToken` is not needed anymore and therefore has been
24 Third party code using `BackendUtility::getUrlToken` will trigger deprecation
39 calls : `BackendUtility::getModuleUrl('tce_db')`, `BackendUtility::getModuleUrl('tce_file')`
40 or `BackendUtility::getModuleUrl('record_edit')`.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-69568-VariousFormEngineRelatedMethods.rst15 * `BackendUtility::getExcludeFields()`
16 * `BackendUtility::getExplicitAuthFieldValues()`
17 * `BackendUtility::getSystemLanguages()`
18 * `BackendUtility::getRegisteredFlexForms()`
19 * `BackendUtility::exec_foreign_table_where_query()`
20 * `BackendUtility::replaceMarkersInWhereClause()`
H A DDeprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst13 The method `BackendUtility::getUrlToken` has been introduced as shortcut to
17 `BackendUtility::getUrlToken` is not needed anymore and therefore has been
24 Third party code using `BackendUtility::getUrlToken` will trigger deprecation
39 calls : `BackendUtility::getModuleUrl('tce_db')`, `BackendUtility::getModuleUrl('tce_file')`
40 or `BackendUtility::getModuleUrl('record_edit')`.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Preview/
H A DStandardContentPreviewRenderer.php23 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
88 … ? htmlspecialchars($itemLabels['date'] . ' ' . BackendUtility::date($record['date'])) . '<br />'
110 …$tsConfig = BackendUtility::getPagesTSconfig($record['pid'])['mod.']['web_layout.']['tt_content.']…
135 $split = BackendUtility::splitTable_Uid($recordIdentifier);
137 $shortcutRecord = BackendUtility::getRecord($tableName, $split[1]);
141 $icon = BackendUtility::wrapClickMenuOnIcon(
148 … . htmlspecialchars(BackendUtility::getRecordTitle($tableName, $shortcutRecord));
270 if ($targetLanguage === 0 || !BackendUtility::isTableLocalizable($tableName)) {
281 …$shortcutRecordLocalization = BackendUtility::getRecordLocalization($tableName, $uid, $targetLangu…
359 return BackendUtility::thumbCode($row, $table, $field, '', '', null, 0, '', '', false);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DElementInformationController.php23 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
210 $this->row = BackendUtility::getRecordWSOL($this->table, $this->uid);
431 $rowValue = BackendUtility::datetime($this->row[$name]);
439 $creatorRecord = BackendUtility::getRecord('be_users', $rowValue);
570 …$actions['viewOnClick'] = BackendUtility::viewOnClick($uid, '', BackendUtility::BEgetRootLine($uid…
641 $record = BackendUtility::getRecord($row['tablename'], $row['recuid']);
643 BackendUtility::fixVersioningPid($row['tablename'], $record);
647 $parentRecord = BackendUtility::getRecord('pages', $record['pid']);
649 ? BackendUtility::getRecordTitle('pages', $parentRecord)
729 $record = BackendUtility::getRecord($row['ref_table'], $row['ref_uid']);
[all …]
H A DMoveElementController.php23 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
182 $elRow = BackendUtility::getRecordWSOL($this->table, $this->moveUid);
186 $assigns['recordTooltip'] = BackendUtility::getRecordToolTip($elRow, $this->table);
187 $assigns['recordTitle'] = BackendUtility::getRecordTitle($this->table, $elRow, true);
195 $pageInfo = BackendUtility::readPageAccess($this->page_id, $this->perms_clause);
203 … $pidPageInfo = BackendUtility::readPageAccess($pageInfo['pid'], $this->perms_clause);
223 $tt_content_rec = BackendUtility::getRecord('tt_content', $this->moveUid);
229 $pageInfo = BackendUtility::readPageAccess($this->page_id, $this->perms_clause);
238 … $assigns['ttContent']['recordTooltip'] = BackendUtility::getRecordToolTip($pageInfo, 'pages');
239 … $assigns['ttContent']['recordTitle'] = BackendUtility::getRecordTitle('pages', $pageInfo, true);
[all …]
H A DElementHistoryController.php22 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
138 … $parentPage = BackendUtility::getRecord($elementData[0], $elementData[1], '*', '', false);
173 $record = BackendUtility::getRecord($table, $uid, '*', '', false);
332 $beUserArray = BackendUtility::getUserNames();
350 $singleLine['time'] = BackendUtility::datetime($entry['tstamp']);
406BackendUtility::getProcessedValue($table, $fN, $entry['newRecord'][$fN], 0, true)
413 'title' => $languageService->sL(BackendUtility::getItemLabel($table, $fN)),
458 $title .= ' (' . BackendUtility::getRecordTitle($table, $record, true) . ')';
473 … $this->recordCache[$table][$uid] = BackendUtility::getRecord($table, $uid, '*', '', false);
532 $record = BackendUtility::getRecord($tableName, $elementUid, '*', '', false);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Preview/
H A DPreviewUriBuilder.php23 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
146 … return BackendUtility::viewOnClick((int)BackendUtility::getLiveVersionIdOfRecord('pages', $uid));
150 $liveRecord = BackendUtility::getLiveVersionOfRecord($table, $uid);
153 $versionRecord = BackendUtility::getRecord($table, $uid);
156 … $movePlaceholder = BackendUtility::getMovePlaceholder($table, $liveRecord['uid'], 'pid');
163 if (BackendUtility::isTableLocalizable($table)) {
170 $pageTsConfig = BackendUtility::getPagesTSconfig($previewPageId);
175 … $viewUrl = BackendUtility::viewOnClick($previewPageId, '', null, '', '', $additionalParameters);
190 … $viewUrl = BackendUtility::viewOnClick($previewPageId, '', null, '', '', $additionalParameters);
246 $pageRecord = BackendUtility::getRecord('pages', $uid);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DElementInformationController.php32 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
178 $this->row = BackendUtility::getRecordWSOL($this->table, $this->uid);
273 'title' => BackendUtility::getRecordTitle($this->table, $this->row),
363 $label = $lang->sL(BackendUtility::getItemLabel($this->table, $name));
426 $label = $lang->sL(BackendUtility::getItemLabel($table, $name));
491 'value' => BackendUtility::datetime($this->row['creation_date']),
622 ->withRootLine(BackendUtility::BEgetRootLine($uid));
691 $record = BackendUtility::getRecordWSOL($row['tablename'], $row['recuid']);
696 $parentRecord = BackendUtility::getRecord('pages', $record['pid']);
698 ? BackendUtility::getRecordTitle('pages', $parentRecord)
[all …]
H A DMoveElementController.php26 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
102 $elRow = BackendUtility::getRecordWSOL($this->table, $this->moveUid);
106 $assigns['recordTooltip'] = BackendUtility::getRecordToolTip($elRow, $this->table);
107 $assigns['recordTitle'] = BackendUtility::getRecordTitle($this->table, $elRow, true);
115 $pageInfo = BackendUtility::readPageAccess($this->page_id, $this->perms_clause);
126 … $pidPageInfo = BackendUtility::readPageAccess($pageInfo['pid'], $this->perms_clause);
136 … $assigns['pidRecordTitle'] = BackendUtility::getRecordTitle('pages', $pidPageInfo, true);
150 … $assigns['ttContent']['recordTooltip'] = BackendUtility::getRecordToolTip($pageInfo);
151 … $assigns['ttContent']['recordTitle'] = BackendUtility::getRecordTitle('pages', $pageInfo, true);
156 … $pidPageInfo = BackendUtility::readPageAccess($pageInfo['pid'], $this->perms_clause);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/info/Classes/Controller/
H A DInfoPageTyposcriptConfigController.php19 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
94 $rootLine = BackendUtility::BEgetRootLine($this->id, '', true);
109 $row = BackendUtility::getRecordWSOL('pages', $pageId);
123 … $line['title'] = BackendUtility::wrapClickMenuOnIcon($icon, 'pages', $row['uid'])
124 . ' ' . htmlspecialchars(BackendUtility::getRecordTitle('pages', $row));
151 … $this->view->assign('csh', BackendUtility::cshItem('_MOD_web_info', 'tsconfig_edit', '', '|'));
162 $pageTsConfig = BackendUtility::getPagesTSconfig($this->id);
204 …$this->view->assign('csh', BackendUtility::cshItem('_MOD_web_info', 'tsconfig_hierarchy', '', '|')…
273 … $this->setInPageArray($pageArray, BackendUtility::BEgetRootLine($row['uid'], 'AND 1=1'), $row);
352 …$line['icon'] = $this->iconFactory->getIconForRecord('pages', BackendUtility::getRecordWSOL('pages…
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/info/Classes/Controller/
H A DInfoPageTyposcriptConfigController.php18 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
142 $TSparts = BackendUtility::getRawPagesTSconfig($this->id);
154 $row = BackendUtility::getRecordWSOL('pages', $editIdList);
168 … $line['title'] = BackendUtility::wrapClickMenuOnIcon($icon, 'pages', $row['uid'])
169 … . ' ' . htmlspecialchars(BackendUtility::getRecordTitle('pages', $row));
197 … $this->view->assign('csh', BackendUtility::cshItem('_MOD_web_info', 'tsconfig_edit', null, '|'));
208 $pageTsConfig = BackendUtility::getPagesTSconfig($this->id);
256 …$this->view->assign('csh', BackendUtility::cshItem('_MOD_web_info', 'tsconfig_hierarchy', null, '|…
327 … $this->setInPageArray($pageArray, BackendUtility::BEgetRootLine($row['uid'], 'AND 1=1'), $row);
406 …$line['icon'] = $this->iconFactory->getIconForRecord('pages', BackendUtility::getRecordWSOL('pages…
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Hook/
H A DDataHandlerHook.php19 use TYPO3\CMS\Backend\Utility\BackendUtility; alias
341 BackendUtility::isTableWorkspaceEnabled($table)
708 …if ($userRecord = BackendUtility::getRecord('be_users', $id, 'uid,email,lang,realName', BackendUti…
737 $record = BackendUtility::getRecord($table, $id);
809 $curVersion = BackendUtility::getRecord($table, $id, '*');
901 if (BackendUtility::isTableWorkspaceEnabled($table)) {
1243 $wsRec = BackendUtility::getRecord($table, $id);
1254 if (BackendUtility::isTableWorkspaceEnabled($table)) {
1384 $rec = BackendUtility::getRecord($table, $id, 'pid');
1386 $rec = BackendUtility::getRecord('pages', $pageId);
[all …]

12345678910>>...34