1 | <?php |
||
22 | abstract class AbstractRecordViewHelper extends AbstractViewHelper |
||
23 | { |
||
24 | public function getReturnUrl() : string |
||
28 | |||
29 | /** |
||
30 | * Returns the full module URL for the given parameters depending on the current TYPO3 version |
||
31 | * |
||
32 | * @param array $parameters |
||
33 | * @return string |
||
34 | * @throws \TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException |
||
35 | */ |
||
36 | public function getModuleUrl($parameters) |
||
46 | |||
47 | /** |
||
48 | * @return bool |
||
49 | */ |
||
50 | private function isV9up(): bool |
||
54 | } |
||
55 |
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.