public function delete(EntityInterface $entity) { $this->database ->delete('comment_entity_statistics') ->condition('entity_id', $entity->id()) ->condition('entity_type', $entity->getEntityTypeId()) ->execute(); }