action = $action; $this->entity = $entity; $this->id = $id; $this->params = &$params; } /** * @inheritDoc */ public function getHookValues() { return [$this->action, $this->entity, $this->id, &$this->params]; } }