Lines Matching refs:sendSuccess
380 $this->sendSuccess(['annotation' => $result]);
413 $this->sendSuccess(['annotation' => $helper->getAnnotation($id, $annId)]);
450 $this->sendSuccess(['annotation' => $helper->getAnnotation($id, $annId)]);
500 $this->sendSuccess(['annotation' => $helper->getAnnotation($id, $annId)]);
536 $this->sendSuccess(['stats' => $helper->getStats($id)]);
584 $this->sendSuccess(['annotation' => $helper->getAnnotation($id, $annId)]);
616 $this->sendSuccess(['annotation' => $helper->getAnnotation($id, $annId)]);
639 $this->sendSuccess(['removed' => $count, 'stats' => $helper->getStats($id)]);
662 $this->sendSuccess(['removed' => $count, 'stats' => $helper->getStats($id)]);
740 $this->sendSuccess(['annotations' => $annotations]);
749 protected function sendSuccess(array $extra = []) function in action_plugin_annotations