Home
last modified time | relevance | path

Searched refs:PageLayoutView (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/View/Event/
H A DAbstractSectionMarkupGeneratedEvent.php22 use TYPO3\CMS\Backend\View\PageLayoutView; alias
29 private PageLayoutView $pageLayoutView;
44 PageLayoutView $pageLayoutView,
58 * @return PageLayoutView
61 public function getPageLayoutView(): PageLayoutView
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst5 Breaking: #76259 - Signature of getResult() in PageLayoutView changed
14 :php:`PageLayoutView::getResult()` has changed.
31 3rd party extensions using :php:`PageLayoutView::getResult()` need to provide the correct
38 Installations using 3rd party extensions that use :php:`PageLayoutView::getResult()`.
44 Refactor all code that works with :php:`PageLayoutView::getResult()` to provide the expected
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst5 Breaking: #76259 - Signature of getResult() in PageLayoutView changed
14 :php:`PageLayoutView::getResult()` has changed.
31 3rd party extensions using :php:`PageLayoutView::getResult()` need to provide the correct
38 Installations using 3rd party extensions that use :php:`PageLayoutView::getResult()`.
44 Refactor all code that works with :php:`PageLayoutView::getResult()` to provide the expected
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst5 Breaking: #76259 - Signature of getResult() in PageLayoutView changed
14 :php:`PageLayoutView::getResult()` has changed.
31 3rd party extensions using :php:`PageLayoutView::getResult()` need to provide the correct
38 Installations using 3rd party extensions that use :php:`PageLayoutView::getResult()`.
44 Refactor all code that works with :php:`PageLayoutView::getResult()` to provide the expected
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/View/Event/
H A DAbstractSectionMarkupGeneratedEvent.php21 use TYPO3\CMS\Backend\View\PageLayoutView; alias
36 * @var PageLayoutView
50 … public function __construct(PageLayoutView $pageLayoutView, int $languageId, array $columnConfig)
57 public function getPageLayoutView(): PageLayoutView
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.3/
H A DDeprecation-90348-PageLayoutViewClass.rst4 Deprecation: #90348 - PageLayoutView class
12 The :php:`PageLayoutView` class, which is considered internal API, has been marked as deprecated in…
19 Implementations which depend on :php:`PageLayoutView` should prepare to use the alternative impleme…
25 * Any site which overrides the :php:`PageLayoutView` class. The overridden class will
28 * Any site which depends on PSR-14 events associated with :php:`PageLayoutView` will only
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.3/
H A DDeprecation-90348-PageLayoutViewClass.rst4 Deprecation: #90348 - PageLayoutView class
12 The :php:`PageLayoutView` class, which is considered internal API, has been marked as deprecated in…
19 Implementations which depend on :php:`PageLayoutView` should prepare to use the alternative impleme…
25 * Any site which overrides the :php:`PageLayoutView` class. The overridden class will
28 * Any site which depends on PSR-14 events associated with :php:`PageLayoutView` will only
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-88724-RemoveSuperfluousMethodsOfLocalizationRedirect.rst12 The method :php:`localizationRedirect` in PageLayoutView, DatabaseRecordList and EditDocumentContro…
13 The usage has been streamlined and the methods in PageLayoutView and DatabaseRecordList have been r…
20 Calling :php:`TYPO3\CMS\Backend\View\PageLayoutView->localizationRedirect` or :php:`TYPO3\CMS\Recor…
29 :php:`TYPO3\CMS\Backend\View\PageLayoutView->localizationRedirect` or :php:`TYPO3\CMS\Recordlist\Re…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-88724-RemoveSuperfluousMethodsOfLocalizationRedirect.rst12 The method :php:`localizationRedirect` in PageLayoutView, DatabaseRecordList and EditDocumentContro…
13 The usage has been streamlined and the methods in PageLayoutView and DatabaseRecordList have been r…
20 Calling :php:`TYPO3\CMS\Backend\View\PageLayoutView->localizationRedirect` or :php:`TYPO3\CMS\Recor…
29 :php:`TYPO3\CMS\Backend\View\PageLayoutView->localizationRedirect` or :php:`TYPO3\CMS\Recordlist\Re…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Hooks/PageLayoutView/
H A DTextPreviewRenderer.php16 namespace TYPO3\CMS\Frontend\Hooks\PageLayoutView;
18 use TYPO3\CMS\Backend\View\PageLayoutView; alias
37 PageLayoutView &$parentObject,
H A DImagePreviewRenderer.php16 namespace TYPO3\CMS\Frontend\Hooks\PageLayoutView;
19 use TYPO3\CMS\Backend\View\PageLayoutView; alias
38 PageLayoutView &$parentObject,
H A DTextmediaPreviewRenderer.php16 namespace TYPO3\CMS\Frontend\Hooks\PageLayoutView;
19 use TYPO3\CMS\Backend\View\PageLayoutView; alias
38 PageLayoutView &$parentObject,
H A DTextpicPreviewRenderer.php16 namespace TYPO3\CMS\Frontend\Hooks\PageLayoutView;
19 use TYPO3\CMS\Backend\View\PageLayoutView; alias
38 PageLayoutView &$parentObject,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Hooks/
H A DCmsLayout.php18 use TYPO3\CMS\Backend\View\PageLayoutView; alias
33 * @param PageLayoutView $parentObject Calling parent object
40 …public function preProcess(PageLayoutView &$parentObject, &$drawItem, &$headerContent, &$itemConte…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Hooks/PageLayoutView/
H A DTextmediaPreviewRenderer.php2 namespace TYPO3\CMS\Frontend\Hooks\PageLayoutView;
18 use TYPO3\CMS\Backend\View\PageLayoutView; alias
37 PageLayoutView &$parentObject,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/
H A Dext_localconf.php76 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\ImagePreviewRenderer::class;
78 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\TextpicPreviewRenderer::class;
80 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\TextPreviewRenderer::class;
82 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\TextmediaPreviewRenderer::class;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.4/
H A DDeprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst4 Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects
12 The method :php:`PageLayoutView::getResult` has been marked as deprecated with the usage of mysqli_…
23 Any TYPO3 installation using extensions which call :php:`PageLayoutView::getResult` with mysqli_res…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.4/
H A DDeprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst4 Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects
12 The method :php:`PageLayoutView::getResult` has been marked as deprecated with the usage of mysqli_…
23 Any TYPO3 installation using extensions which call :php:`PageLayoutView::getResult` with mysqli_res…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.4/
H A DDeprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst4 Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects
12 The method :php:`PageLayoutView::getResult` has been marked as deprecated with the usage of mysqli_…
23 Any TYPO3 installation using extensions which call :php:`PageLayoutView::getResult` with mysqli_res…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.4/
H A DBreaking-68020-DroppedDisableBigButtons.rst25 * `TYPO3\CMS\Backend\View\PageLayoutView->linkRTEbutton()`
26 * `TYPO3\CMS\Backend\View\PageLayoutView->isRTEforField()`
27 * `TYPO3\CMS\Backend\View\PageLayoutView->getSpecConfForField()`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.4/
H A DBreaking-68020-DroppedDisableBigButtons.rst25 * `TYPO3\CMS\Backend\View\PageLayoutView->linkRTEbutton()`
26 * `TYPO3\CMS\Backend\View\PageLayoutView->isRTEforField()`
27 * `TYPO3\CMS\Backend\View\PageLayoutView->getSpecConfForField()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.4/
H A DBreaking-68020-DroppedDisableBigButtons.rst25 * `TYPO3\CMS\Backend\View\PageLayoutView->linkRTEbutton()`
26 * `TYPO3\CMS\Backend\View\PageLayoutView->isRTEforField()`
27 * `TYPO3\CMS\Backend\View\PageLayoutView->getSpecConfForField()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/
H A Dext_localconf.php86 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\ImagePreviewRenderer::class;
88 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\TextpicPreviewRenderer::class;
90 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\TextPreviewRenderer::class;
92 \TYPO3\CMS\Frontend\Hooks\PageLayoutView\TextmediaPreviewRenderer::class;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85164-LanguageRelatedMethods.rst15 * :php:`TYPO3\CMS\Backend\View\PageLayoutView->languageFlag()`
19 * :php:`TYPO3\CMS\Backend\View\PageLayoutView->languageIconTitles`
20 * :php:`TYPO3\CMS\Backend\View\PageLayoutView->translateTools`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85164-LanguageRelatedMethods.rst15 * :php:`TYPO3\CMS\Backend\View\PageLayoutView->languageFlag()`
19 * :php:`TYPO3\CMS\Backend\View\PageLayoutView->languageIconTitles`
20 * :php:`TYPO3\CMS\Backend\View\PageLayoutView->translateTools`

1234