Searched refs:cleanupType (Results 1 – 1 of 1) sorted by relevance
6415 $cleanupType = $INPUT->str('cleanup_type', 'age');6420 $debug['cleanup_type'] = $cleanupType;6433 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);6453 $cleanupType = $INPUT->str('cleanup_type', 'age');6466 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);6517 private function findEventsToCleanup($cleanupType, $namespaceFilter) { argument6529 if ($cleanupType === 'age') {6542 $rangeStart = $cleanupType === 'range' ? $INPUT->str('range_start', '') : null;6543 $rangeEnd = $cleanupType === 'range' ? $INPUT->str('range_end', '') : null;6546 $deleteCompleted = $cleanupType === 'status' && $INPUT->bool('delete_completed', false);[all …]