Example #1
0
 /**
  * Remove item from index
  *
  * @param string $id
  * @param int $depth
  * @param string $mode
  * @return void
  */
 public function deleteIndexedItemAction($id, $depth = 1, $mode = 'overview')
 {
     $this->administrationRepository->removeIndexedPhashRow($id, $this->pageUid, $depth);
     $this->redirect('statistic', null, null, ['depth' => $depth, 'mode' => $mode]);
 }