Move the content element depending on various request/row parameters.
public moveRecord ( array &$row, string &$relativeTo, array $parameters, TYPO3\CMS\Core\DataHandling\DataHandler $tceMain ) : void | ||
$row | array | The row which may, may not, trigger moving. |
$relativeTo | string | If not-zero moves record to after this UID (negative) or top of this colPos (positive) |
$parameters | array | List of parameters defining the move operation target |
$tceMain | TYPO3\CMS\Core\DataHandling\DataHandler | |
return | void |