Skip to content
Snippets Groups Projects
Commit 509037f6 authored by Georg Ringer's avatar Georg Ringer Committed by Susanne Moog
Browse files

[FOLLOWUP][BUGFIX] Use Fluid standalone abstract classes

Resolves: #82414
Releases: master
Change-Id: I5152b9929d8755adfb8d2d77c03178178c8a8742
Reviewed-on: https://review.typo3.org/55002


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
parent f3e7027d
No related merge requests found
...@@ -14,13 +14,15 @@ namespace TYPO3\CMS\Fluid\ViewHelpers\Form; ...@@ -14,13 +14,15 @@ namespace TYPO3\CMS\Fluid\ViewHelpers\Form;
* The TYPO3 project - inspiring people to share! * The TYPO3 project - inspiring people to share!
*/ */
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper;
/** /**
* Abstract Form View Helper. Bundles functionality related to direct property access of objects in other Form ViewHelpers. * Abstract Form View Helper. Bundles functionality related to direct property access of objects in other Form ViewHelpers.
* *
* If you set the "property" attribute to the name of the property to resolve from the object, this class will * If you set the "property" attribute to the name of the property to resolve from the object, this class will
* automatically set the name and value of a form element. * automatically set the name and value of a form element.
*/ */
abstract class AbstractFormViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper abstract class AbstractFormViewHelper extends AbstractTagBasedViewHelper
{ {
/** /**
* @var \TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface * @var \TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment