22 class ActionList extends \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList {
34 public function listURL($alternativeId =
'',
$table = -1, $excludeList =
'') {
35 $urlParameters = array();
36 if ((
string)$alternativeId !==
'') {
37 $urlParameters[
'id'] = $alternativeId;
44 $urlParameters[
'table'] =
$table;
49 if ($this->returnUrl) {
52 if ($this->searchString) {
55 if ($this->searchLevels) {
58 if ($this->showLimit) {
61 if ($this->firstElementNumber) {
76 return \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl(
'user_task', $urlParameters);
listURL($alternativeId='', $table=-1, $excludeList='')
static inList($list, $item)