1 | <?php |
||
18 | class EditRecordViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper |
||
19 | { |
||
20 | /** |
||
21 | * Init arguments. |
||
22 | */ |
||
23 | public function initializeArguments() |
||
28 | |||
29 | |||
30 | /** |
||
31 | * Returns a URL to link to FormEngine. |
||
32 | * |
||
33 | * @return string URL to FormEngine module + parameters |
||
34 | * |
||
35 | * @see \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl() |
||
36 | */ |
||
37 | public function render() |
||
45 | } |
||
46 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.