[FEATURE] Introduce render parent viewhelper #1750
Annotations
12 errors
PHPStan:
Classes/ViewHelpers/Render/ParentViewHelper.php#L22
Usage of deprecated trait TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic in class BK2K\BootstrapPackage\ViewHelpers\Render\ParentViewHelper:
Will be removed in v5. The non-static render() method
should be used instead
|
PHPStan:
Classes/ViewHelpers/Render/ParentViewHelper.php#L61
Fetching class constant class of deprecated class TYPO3\CMS\Fluid\View\StandaloneView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
PHPStan:
Classes/ViewHelpers/Render/ParentViewHelper.php#L64
Call to an undefined method TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface::getRequest().
|
PHPStan:
Classes/ViewHelpers/Render/ParentViewHelper.php#L64
Call to deprecated method setRequest() of class TYPO3\CMS\Fluid\Core\Rendering\RenderingContext:
since TYPO3 v13, will be removed in TYPO3 v14.
Use RenderingContextFactory->create($pathArray, $request) instead.
|
PHPStan:
Classes/ViewHelpers/Render/ParentViewHelper.php#L65
Fetching class constant class of deprecated class TYPO3\CMS\Fluid\View\StandaloneView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
PHPStan:
Tests/Functional/ViewHelpers/Render/ParentViewHelperTest.php#L39
Instantiation of deprecated class TYPO3\CMS\Fluid\View\TemplateView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
PHPStan:
Tests/Functional/ViewHelpers/Render/ParentViewHelperTest.php#L75
Instantiation of deprecated class TYPO3\CMS\Fluid\View\TemplateView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
PHPStan:
Tests/Functional/ViewHelpers/Render/ParentViewHelperTest.php#L107
Instantiation of deprecated class TYPO3\CMS\Fluid\View\TemplateView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
PHPStan:
Tests/Functional/ViewHelpers/Render/ParentViewHelperTest.php#L133
Instantiation of deprecated class TYPO3\CMS\Fluid\View\TemplateView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
PHPStan:
Tests/Functional/ViewHelpers/Render/ParentViewHelperTest.php#L163
Instantiation of deprecated class TYPO3\CMS\Fluid\View\TemplateView:
: since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
|
Functional Tests
Process completed with exit code 2.
|
CGL
Process completed with exit code 8.
|
Loading