Home
last modified time | relevance | path

Searched refs:PageRepository (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Configuration/TCA/
H A Dpages.php85 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_DEFAULT,
109 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_LINK,
128 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SPACER,
612 \TYPO3\CMS\Frontend\Page\PageRepository::SHORTCUT_MODE_NONE
931 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_DEFAULT => [
996 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_LINK => [
1026 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SHORTCUT => [
1057 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_MOUNTPOINT => [
1088 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SPACER => [
1108 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SYSFOLDER => [
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Configuration/TCA/
H A Dpages.php87 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_DEFAULT,
117 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_LINK,
141 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SPACER,
574 \TYPO3\CMS\Core\Domain\Repository\PageRepository::SHORTCUT_MODE_NONE,
879 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_DEFAULT => [
944 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_LINK => [
973 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SHORTCUT => [
1004 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_MOUNTPOINT => [
1035 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SPACER => [
1055 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SYSFOLDER => [
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Configuration/TCA/
H A Dpages.php87 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_DEFAULT,
117 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_LINK,
141 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SPACER,
602 \TYPO3\CMS\Core\Domain\Repository\PageRepository::SHORTCUT_MODE_NONE
920 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_DEFAULT => [
985 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_LINK => [
1014 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SHORTCUT => [
1045 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_MOUNTPOINT => [
1076 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SPACER => [
1096 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SYSFOLDER => [
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DDeprecation-88746-PageRepositoryPHPClassMovedFromFrontendToCoreExtension.rst4 Deprecation: #88746 - PageRepository PHP class moved from Frontend to Core Extension
12 In previous TYPO3 versions, accessing records was mixed between Frontend (handled by PageRepository)
14 and PageRepository now acts as a strong database accessor which is not bound to Frontend anymore,
17 In addition, various places of the backend also used PageRepository already, which violated the
21 In the case of PageRepository, the code is used by both applications, and is therefore moved
22 …system extension (EXT:core), and renamed to :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository`.
24 Until TYPO3 v9, it was placed in :php:`TYPO3\CMS\Frontend\Page\PageRepository`.
41 Any TYPO3 installation with custom PHP extensions accessing PageRepository directly.
47 Replace any PHP references of :php:`TYPO3\CMS\Frontend\Page\PageRepository`
48 to :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository` in any custom PHP code.
H A DBreaking-88574-4thParameterOfPageRepository-enableFieldsRemoved.rst4 Breaking: #88574 - 4th parameter of PageRepository->enableFields removed
12 The fourth parameter of :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository->enableFields()` was …
16 With the introduction of the Context API, new PageRepository instances can be created to fetch mult…
38 separate instance of :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository` with a custom Context.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DDeprecation-88746-PageRepositoryPHPClassMovedFromFrontendToCoreExtension.rst4 Deprecation: #88746 - PageRepository PHP class moved from Frontend to Core Extension
12 In previous TYPO3 versions, accessing records was mixed between Frontend (handled by PageRepository)
14 and PageRepository now acts as a strong database accessor which is not bound to Frontend anymore,
17 In addition, various places of the backend also used PageRepository already, which violated the
21 In the case of PageRepository, the code is used by both applications, and is therefore moved
22 …system extension (EXT:core), and renamed to :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository`.
24 Until TYPO3 v9, it was placed in :php:`TYPO3\CMS\Frontend\Page\PageRepository`.
41 Any TYPO3 installation with custom PHP extensions accessing PageRepository directly.
47 Replace any PHP references of :php:`TYPO3\CMS\Frontend\Page\PageRepository`
48 to :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository` in any custom PHP code.
H A DBreaking-88574-4thParameterOfPageRepository-enableFieldsRemoved.rst4 Breaking: #88574 - 4th parameter of PageRepository->enableFields removed
12 The fourth parameter of :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository->enableFields()` was …
16 With the introduction of the Context API, new PageRepository instances can be created to fetch mult…
38 separate instance of :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository` with a custom Context.
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Configuration/TCA/
H A Dpages_language_overlay.php261 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_DEFAULT => [
281 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_LINK => [
301 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SHORTCUT => [
322 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_MOUNTPOINT => [
341 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SPACER => [
355 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SYSFOLDER => [
370 (string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_RECYCLER => [
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Configuration/TCA/
H A Dpages_language_overlay.php251 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_DEFAULT => [
271 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_LINK => [
291 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SHORTCUT => [
312 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_MOUNTPOINT => [
331 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SPACER => [
345 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_SYSFOLDER => [
360 (string)\TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_RECYCLER => [
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst4 Deprecation: #85699 - Various methods in PageRepository
12 The methods :php:`PageRepository::getMovePlaceholder()` and :php:`PageRepository::movePlhOL()`
15 The methods :php:`PageRepository::getRecordsByField` and :php:`PageRepository::getFileReferences()`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst4 Deprecation: #85699 - Various methods in PageRepository
12 The methods :php:`PageRepository::getMovePlaceholder()` and :php:`PageRepository::movePlhOL()`
15 The methods :php:`PageRepository::getRecordsByField` and :php:`PageRepository::getFileReferences()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst4 Deprecation: #85699 - Various methods in PageRepository
12 The methods :php:`PageRepository::getMovePlaceholder()` and :php:`PageRepository::movePlhOL()`
15 The methods :php:`PageRepository::getRecordsByField` and :php:`PageRepository::getFileReferences()`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepositoryGetRecordOverlayHookInterface.php30 * @param PageRepository $parent
32 …etRecordOverlay_preProcess($table, &$row, &$sys_language_content, $OLmode, PageRepository $parent);
41 * @param PageRepository $parent
43 …tRecordOverlay_postProcess($table, &$row, &$sys_language_content, $OLmode, PageRepository $parent);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepositoryGetRecordOverlayHookInterface.php30 * @param PageRepository $parent
32 …etRecordOverlay_preProcess($table, &$row, &$sys_language_content, $OLmode, PageRepository $parent);
41 * @param PageRepository $parent
43 …tRecordOverlay_postProcess($table, &$row, &$sys_language_content, $OLmode, PageRepository $parent);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/
H A Dext_tables.php5 use TYPO3\CMS\Core\Domain\Repository\PageRepository; alias
18 (string)PageRepository::DOKTYPE_BE_USER_SECTION => [
21 (string)PageRepository::DOKTYPE_SYSFOLDER => [
26 (string)PageRepository::DOKTYPE_RECYCLER => [
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.7/
H A DDeprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst4 Deprecation: #80524 - PageRepository::getHash and PageRepository::storeHash
12 The two static methods :php:`PageRepository::getHash()` and :php:`PageRepository::storeHash()`, that
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.7/
H A DDeprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst4 Deprecation: #80524 - PageRepository::getHash and PageRepository::storeHash
12 The two static methods :php:`PageRepository::getHash()` and :php:`PageRepository::storeHash()`, that
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.7/
H A DDeprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst4 Deprecation: #80524 - PageRepository::getHash and PageRepository::storeHash
12 The two static methods :php:`PageRepository::getHash()` and :php:`PageRepository::storeHash()`, that
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DDeprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst4 Deprecation: #81218 - noWSOL argument in PageRepository->getRawRecord
12 The method :php:`PageRepository->getRawRecord()` has a fourth parameter called :php:`$noWSOL` which…
14 only used internally within PageRepository, and using this argument left the functionality of this
21 Calling :php:`PageRepository->getRawRecord()` with a fourth parameter will trigger a deprecation lo…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DDeprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst4 Deprecation: #81218 - noWSOL argument in PageRepository->getRawRecord
12 The method :php:`PageRepository->getRawRecord()` has a fourth parameter called :php:`$noWSOL` which…
14 only used internally within PageRepository, and using this argument left the functionality of this
21 Calling :php:`PageRepository->getRawRecord()` with a fourth parameter will trigger a deprecation lo…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DDeprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst4 Deprecation: #81218 - noWSOL argument in PageRepository->getRawRecord
12 The method :php:`PageRepository->getRawRecord()` has a fourth parameter called :php:`$noWSOL` which…
14 only used internally within PageRepository, and using this argument left the functionality of this
21 Calling :php:`PageRepository->getRawRecord()` with a fourth parameter will trigger a deprecation lo…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.1/
H A DFeature-64257-MultipleUidInPageRepositoryGetMenu.rst5 Feature: #64257 - Support multiple UID in PageRepository::getMenu()
14 `PageRepository::getMenu()`, providing the chance to build menus
21 $pageRepository = new \TYPO3\CMS\Frontend\Page\PageRepository();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.1/
H A DFeature-64257-MultipleUidInPageRepositoryGetMenu.rst5 Feature: #64257 - Support multiple UID in PageRepository::getMenu()
14 `PageRepository::getMenu()`, providing the chance to build menus
21 $pageRepository = new \TYPO3\CMS\Frontend\Page\PageRepository();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.1/
H A DFeature-64257-MultipleUidInPageRepositoryGetMenu.rst5 Feature: #64257 - Support multiple UID in PageRepository::getMenu()
14 `PageRepository::getMenu()`, providing the chance to build menus
21 $pageRepository = new \TYPO3\CMS\Frontend\Page\PageRepository();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Hooks/
H A DCreateSiteConfiguration.php23 use TYPO3\CMS\Core\Domain\Repository\PageRepository; alias
40 PageRepository::DOKTYPE_DEFAULT,
41 PageRepository::DOKTYPE_LINK,
42 PageRepository::DOKTYPE_SHORTCUT

123456789