Attention
TYPO3 v9 has reached its end-of-life September 30th, 2021 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.
The "/record/commit" Route¶
This route is a gateway for posting form data to the
\TYPO3\CMS\Backend\Controller\SimpleDataHandlerController
.
You can send data to this file either as GET or POST vars where POST takes precedence. The variable names you can use are:
GP var name |
Data type |
Description |
---|---|---|
data |
array |
Data array on the form Typically it comes from a POST form which submits a form field like
|
cmd |
array |
Command array on the form Typically this comes from GET vars passed to the script like
|
cacheCmd |
string |
Cache command sent to |
redirect |
string |
Redirect URL. Script will redirect to this location after performing operations (unless errors has occurred) |
flags |
array |
Accepts options to be set in TCE object. Currently it supports "reverseOrder" (boolean). |
mirror |
array |
Example: |
CB |
array |
Clipboard command array. May trigger changes in "cmd". |
vC |
string |
Verification code |