You are here

function elasticsearch_connector_statistics_user_cancel in Elasticsearch Connector 7

Same name and namespace in other branches
  1. 7.5 modules/elasticsearch_connector_statistics/elasticsearch_connector_statistics.module \elasticsearch_connector_statistics_user_cancel()
  2. 7.2 modules/elasticsearch_connector_statistics/elasticsearch_connector_statistics.module \elasticsearch_connector_statistics_user_cancel()

Implements hook_user_cancel().

File

modules/elasticsearch_connector_statistics/elasticsearch_connector_statistics.module, line 168
Logs and displays access statistics for a site.

Code

function elasticsearch_connector_statistics_user_cancel($edit, $account, $method) {

  // TODO: Think of removing the logs if we delete an user.
  // It is a philosophy question because if delete a user this doesn't mean
  // that we need to remove the statistics for this user also.
}