[TYPO3-english] Re: How can i generate or get token for editing content
francois beaulieu
francois.beaulieu at gmail.com
Fri Sep 9 15:39:38 CEST 2016
Oh god, it works! You are my savior.
Thanks you Alex, i really appreciate it!
$uriParameters = [
'edit' => [
$tableName => [
$pageIdentifier => 'edit'
]
]
];
if ($addReturnUrl) {
$uriParameters['returnUrl'] = self::getReturnUrl();
}
$moduleUrl = \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('record_edit', $uriParameters);
More information about the TYPO3-english
mailing list