Searched refs:cleanupType (Results 1 – 1 of 1) sorted by relevance
3983 $cleanupType = $INPUT->str('cleanup_type', 'age');3988 $debug['cleanup_type'] = $cleanupType;4001 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);4021 $cleanupType = $INPUT->str('cleanup_type', 'age');4034 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);4088 private function findEventsToCleanup($cleanupType, $namespaceFilter) { argument4100 if ($cleanupType === 'age') {4113 $rangeStart = $cleanupType === 'range' ? $INPUT->str('range_start', '') : null;4114 $rangeEnd = $cleanupType === 'range' ? $INPUT->str('range_end', '') : null;4117 $deleteCompleted = $cleanupType === 'status' && $INPUT->bool('delete_completed', false);[all …]